summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/index.html b/index.html
index e06a3a9..a88dda2 100644
--- a/index.html
+++ b/index.html
@@ -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>