-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 951 Bytes
/
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>
<head>
<link rel="stylesheet" href="css/generic.css"/>
<link rel="stylesheet" href="css/index.css"/>
</head>
<body>
<div id="header-bg-img"></div>
<div id="header-name">Tristan's Blog</div>
<div id="nav-icon">
<img src="imgs/menu_icon.png" alt="Menu Icon" title="Menu"/>
</div>
<a id="github-banner" href="https://github.com/programmersunited">
<img src="imgs/fork_on_github.png" alt="GitHub" title="GitHub"/>
</a>
<!-- <div id="navbar">
<ul>
<li>
<a href="#" title="">Posts</a>
</li>
<li>
<a href="#" title="">Projects</a>
</li>
<li>
<a href="#" title="">Tools & Resources</a>
</li>
</ul>
</div>-->
<br/>
</body>
</html>