From f2ae37b05977758d5adacb242b6333053ab796c9 Mon Sep 17 00:00:00 2001 From: Nulo Date: Wed, 8 Nov 2023 05:17:15 -0300 Subject: [PATCH] self contain htmls --- 502.html | 6 ++-- aaaaaaaaaaaaaaaaaaaaaaaaaaarainbow.html | 39 +++++++++++---------- aaaaaaaaaaaaaaaaaaaaaaaaaaarainbow.html.css | 17 --------- center.css | 3 -- timer.html | 17 ++++++++- timer.html.css | 14 -------- 6 files changed, 41 insertions(+), 55 deletions(-) delete mode 100644 aaaaaaaaaaaaaaaaaaaaaaaaaaarainbow.html.css delete mode 100644 center.css delete mode 100644 timer.html.css diff --git a/502.html b/502.html index b8170ff..94b57d7 100644 --- a/502.html +++ b/502.html @@ -5,5 +5,7 @@ 502 me caí :( -

Me caí :( mala puerta de enlace

-Estx servidorx caídx al lado de unx que no + +

Me caí :( mala puerta de enlace

+ Estx servidorx caídx al lado de unx que no + diff --git a/aaaaaaaaaaaaaaaaaaaaaaaaaaarainbow.html b/aaaaaaaaaaaaaaaaaaaaaaaaaaarainbow.html index 90503ad..2e2743d 100644 --- a/aaaaaaaaaaaaaaaaaaaaaaaaaaarainbow.html +++ b/aaaaaaaaaaaaaaaaaaaaaaaaaaarainbow.html @@ -2,6 +2,25 @@ + atr
@@ -15,27 +34,11 @@
- +
- +
diff --git a/aaaaaaaaaaaaaaaaaaaaaaaaaaarainbow.html.css b/aaaaaaaaaaaaaaaaaaaaaaaaaaarainbow.html.css deleted file mode 100644 index 93cea67..0000000 --- a/aaaaaaaaaaaaaaaaaaaaaaaaaaarainbow.html.css +++ /dev/null @@ -1,17 +0,0 @@ -body { - background: white; - color: #111; - font-family: sans-serif; -} - -* { - margin: 0; - padding: 0; -} -html { - overflow: hidden; -} - -#controls { - position: absolute; -} diff --git a/center.css b/center.css deleted file mode 100644 index 99ffbb5..0000000 --- a/center.css +++ /dev/null @@ -1,3 +0,0 @@ -body { - margin: auto; -} diff --git a/timer.html b/timer.html index 999476c..8dd4b13 100644 --- a/timer.html +++ b/timer.html @@ -2,7 +2,22 @@ - + Timer de guita
diff --git a/timer.html.css b/timer.html.css deleted file mode 100644 index 1bcb618..0000000 --- a/timer.html.css +++ /dev/null @@ -1,14 +0,0 @@ -body { - display: flex; - min-height: 100vh; - justify-content: center; - align-items: center; - padding: 0; -} -main { - text-align: center; - padding: 0 1em; -} -input { - width: 5em; -}