diff --git a/public/assets/css/main.css b/public/assets/css/main.css
index 9009026..74b8e1d 100644
--- a/public/assets/css/main.css
+++ b/public/assets/css/main.css
@@ -18,12 +18,12 @@ body
{
background-color: var(--bg-color);
color: var(--fg-color);
- margin-top: 0;
- margin-bottom: 0;
+ margin: 0 auto 0 auto;
overflow: auto;
font-family: sans-serif;
display: flex;
flex-direction: column;
+ max-width: 80rem;
}
main
@@ -35,7 +35,7 @@ textarea
{
resize: vertical;
width: 100%;
- height: 40vh;
+ height: 35vh;
}
fieldset
@@ -43,6 +43,12 @@ fieldset
display: grid;
}
+form
+{
+ margin-top: 2rem;
+ margin-bottom: 1rem;
+}
+
textarea, select, input
{
margin-top: 1rem;
diff --git a/public/create.php b/public/create.php
index 16480af..ce7c3f8 100644
--- a/public/create.php
+++ b/public/create.php
@@ -14,7 +14,7 @@
$post_content = $_POST['content'];
$post_duration = $_POST['duration'];
-// Calculate length from the HTML spec
+// Calculate textarea length from the HTML spec
$len_content = strlen(mb_convert_encoding($post_content, 'UTF-16', 'UTF-8')) / 2 - mb_substr_count($post_content, "\r\n", 'UTF-8');
if ($len_content > MAX_CONTENT_LEN) {
diff --git a/public/humans.txt b/public/humans.txt
new file mode 100644
index 0000000..05895cb
--- /dev/null
+++ b/public/humans.txt
@@ -0,0 +1,7 @@
+/* TEAM */
+Me: Made with love by Mjöllnir in France
+Discord: mjollnir4
+
+/* SITE */
+Last update:2023-07-18
+IDE: Nano
\ No newline at end of file
diff --git a/public/index.html b/public/index.html
index 2ae623d..1b84bf6 100644
--- a/public/index.html
+++ b/public/index.html
@@ -16,9 +16,9 @@
-
+
-
+
@@ -26,8 +26,7 @@
Texte ephémère
Vous pouvez créer ici un document texte qui sera stocké et accessible pour une durée maximale de 24 heures.
Les documents créés ne sont pas conservés au-delà de la limite sélectionnée dans le formulaire ci-dessous.
- En cliquant sur "Enregistrer", vous obtenez un lien unique qui permet de consulter votre document jusqu'à son expiration, par exemple:
- https://paste.mjollnir.fr/v/hello
+ En cliquant sur "Enregistrer", vous obtenez un lien unique qui permet de consulter votre document jusqu'à son expiration.