-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (36 loc) · 1.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="4194304's Website - Home">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>4194304's Website</title>
<link rel="stylesheet" type="text/css" href="assets/style.css" />
<script src="https://raw.githubusercontent.com/scottjehl/Respond/master/dest/respond.src.js"></script>
</head>
<body>
<div class="header">
<b class="titlebartitle">4194304's Website</b>
<div class="items">
<ul>
<li style="
background-color:#f0f0f0;
color:black;
padding:16px;
">Home</li>
<li><a href="about.html">About</a></li>
<li><a href="programs.html">Programs</a></li>
<li><a href="mods.html">Mods</a></li>
<li><a href="links.html">Links</a></li>
</ul>
</div>
</div>
<div class="body">
<h2>Welcome to my website!</h2>
<p>Here you can find various things.</p>
<p>This website is mostly a place to store random files and other things so take a look around.</p>
<p>Use the titlebar to navigate through the different pages.</p>
<b class="putmeonthebottomplease">Website made by 4194304.</b>
</div>
</body>
</html>