diff options
Diffstat (limited to 'ext/index.html')
| -rw-r--r-- | ext/index.html | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/ext/index.html b/ext/index.html deleted file mode 100644 index 2c1ddcf..0000000 --- a/ext/index.html +++ /dev/null @@ -1,33 +0,0 @@ -<!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;} - - body { - display: flex; - align-items: center; - height: 100vh; - width: 100vw; - } - - .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> |