]>
Commit | Line | Data |
---|---|---|
1a652aac BB |
1 | <!DOCTYPE HTML> |
2 | ||
3 | <html> | |
4 | <head> | |
5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
6 | <meta charset="utf-8" /> | |
7 | <meta name="author" content="Ruben Beltran del Rio" /> | |
8 | <meta name="description" content="Generador de Insultos" /> | |
9 | <title>Generador de Insultos</title> | |
10 | <style> | |
11 | * {padding: 0; margin: 0;} | |
12 | ||
13 | .insult { | |
14 | font-size: 72px; | |
15 | font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; | |
16 | font-weight: bold; | |
17 | color: #000023; | |
18 | width: 100%; | |
19 | text-align: center; | |
20 | } | |
21 | </style> | |
22 | </head> | |
23 | <body> | |
24 | <div class="insult">{{insult}}</div> | |
25 | </body> | |
26 | </html> |