diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -3,9 +3,20 @@ <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width" /> + <link + rel="stylesheet" + href="style.css" + type="text/css" + media="screen" + charset="utf-8" + /> <title>LARS</title> </head> <body> - Ludicrous Adventures of Ridiculous Shenanigans + <div> + <h1>Ludicrous Adventures of Ridiculous Shenanigans</h1> + <h1>#1 CTF team</h1> + </div> + <script src="script.js"></script> </body> </html> |