]> git.r.bdr.sh - rbdr/generador-de-insultos/blobdiff - ext/index.html
Super dumb mega commit
[rbdr/generador-de-insultos] / ext / index.html
diff --git a/ext/index.html b/ext/index.html
new file mode 100644 (file)
index 0000000..768e45e
--- /dev/null
@@ -0,0 +1,26 @@
+<!DOCTYPE HTML>
+
+<html>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="author" content="Ruben Beltran del Rio" />
+    <meta name="description" content="Generador de Insultos" />
+    <title>Generador de Insultos</title>
+    <style>
+      * {padding: 0; margin: 0;}
+
+      .insult {
+        font-size: 72px;
+        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
+        font-weight: bold;
+        color: #000023;
+        width: 100%;
+        text-align: center;
+      }
+    </style>
+</head>
+  <body>
+    <div class="insult">{{insult}}</div>
+  </body>
+</html>