blob: a914b5e9074a19eea5b04c4bb5914d094b33f5b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href=".">
<link rel="stylesheet" href="./index.css">
<link rel="icon" type="image/x-icon" href="./images/sketty.jpeg">
<title>Da Bikers</title>
</head>
<body>
<div id="header">
<nav>
<h1>Da Bikers</h1>
</nav>
</div>
<h1>We do a little trolling it's called we do a little trolling</h1>
<p>why tf my css rules not updating bro</p>
</body>
</html>
|