-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (25 loc) · 1.01 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
<!DOCTYPE html>
<html>
<!--
Here's my work on this website so far. It has no JavaScript and some of the things I do may be unorthodox, but it'll continue to work until I learn a better way of doing them...
-->
<head>
<title>compegen.github.io</title>
<link rel="stylesheet" type="text/css" href="styling.css">
<link rel="shortcut icon" href="favicon.png">
</head>
<body style="background-color: #303030">
<div id="banner">
<a id="_title" href="index.html">compegen.github.io</a>
<ul id="navbar"> <!-- Need the broken li tags, to have the items render directly next to each other. -->
<li><a href="https://compegen.github.io/tf2-weapon-maker/">TF2 Weapon Maker</a></li
><li><a href="https://github.com/Compegen/chrome-dark-for-Win10">Dark Chrome Theme</a></li
><li><a href="https://github.com/Compegen">github</a></li>
</ul>
</div>
<br>
<div id="_body" style="max-width: 800px; margin: 0 auto">
<h1 style="padding: 50px; font-size: 2em">Hello World</h1>
</div>
</body>
</html>