diff options
Diffstat (limited to 'ext/index.html')
| -rw-r--r-- | ext/index.html | 26 |
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> |