-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (35 loc) · 1.47 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>[Home]</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link href="css/main.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<div id="main">
<div id="logo"></div>
<div id="banner"></div>
<div id="menu">
<a href="./"><img src="./img/btn_home.png" alt="Home" height="40" width="100" border="0" /></a>
<a href="./projects"><img src="./img/btn_projects.png" alt="Projects" height="38" width="100" border="0" /></a>
<a href="./about"><img src="./img/btn_about.png" alt="About" height="38" width="100" border="0" /></a>
<img src="./img/btn_bottom.png" alt="Mjau?" height="16" width="100" border="0" />
<p class="center">
<a href="http://validator.w3.org/check?uri=referer"><img src="https://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>
</p>
<p class="center">
<a href="http://jigsaw.w3.org/css-validator/check/referer"><img src="https://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" height="31" width="88" /></a>
</p>
</div>
<div id="content">
<p>
Hi, this is a test, I hope it works.
</p>
<p class="footer">
Mew?
</p>
</div>
</div>
</body>
</html>