-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (39 loc) · 1.07 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
37
38
39
40
41
<!DOCTYPE html>
<html lang="en-uk">
<head>
<title>Home - mrflamist.github.io</title>
<link rel="icon" type="image/x-icon" href="/img/core/favicon.ico">
</head>
<body bgcolor="#CCCCC">
<font color="black">
<div id="body-container">
<div id="header">
<center>
<img src="img/core/site-logo.png" alt="mrflamist.github.io" height="64" style="image-rendering:pixelated;">
</center>
</div>
<hr>
<div id="nav-panel">
<center>
<a>☞</a>
<a>❚</a>
<a href="index.html" style="text-decoration:none"><b><ins>H</ins>ome</b></a>
<a>❚</a>
<a href="about.html" style="text-decoration:none"><b><ins>A</ins>bout</b></a>
<a>❚</a>
<a href="posts.hrml" style="text-decoration:none"><ins><b>P</ins>osts</b></a>
<a>❚</a>
<a href="projects.html" style="text-decoration:none"><b>P<ins>r</ins>ojects</b></a>
<a>❚</a>
<a >☜</a>
</center>
</div>
<hr>
<div id="left-panel">
</div>
<div id="main-panel">
</div>
</div>
</font>
</body>
</html>