aboutsummaryrefslogtreecommitdiff
path: root/ext/index.html
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2015-09-05 19:51:29 -0500
committerBen Beltran <ben@nsovocal.com>2015-09-05 19:51:29 -0500
commit1a652aac0ac1efc9100dd25e7da1105a4d515dc4 (patch)
treee1b4f113c08d498c7488d8427e333abeb99d32e1 /ext/index.html
parent71164942dfbc59af88765fce7339fc61c77bad7b (diff)
Super dumb mega commit
Diffstat (limited to 'ext/index.html')
-rw-r--r--ext/index.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/ext/index.html b/ext/index.html
new file mode 100644
index 0000000..768e45e
--- /dev/null
+++ b/ext/index.html
@@ -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>