summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..a914b5e
--- /dev/null
+++ b/index.html
@@ -0,0 +1,23 @@
1<!DOCTYPE html>
2<html lang="en-US">
3 <head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
7 <base href=".">
8 <link rel="stylesheet" href="./index.css">
9
10 <link rel="icon" type="image/x-icon" href="./images/sketty.jpeg">
11 <title>Da Bikers</title>
12 </head>
13 <body>
14 <div id="header">
15 <nav>
16 <h1>Da Bikers</h1>
17 </nav>
18 </div>
19
20 <h1>We do a little trolling it's called we do a little trolling</h1>
21 <p>why tf my css rules not updating bro</p>
22 </body>
23</html>