-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 880 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="images/favicon.ico" type="image/x-icon" rel="shortcut icon">
<link href="css/style.css" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
<link media="(max-width: 800px)" rel="stylesheet" href="css/varystyle.css">
<title>eirlo's github</title>
</head>
<body>
<div id="main">
<div id="box">
<div class="title"><span class="im"></span>Eirlo</div>
<ul class="nav">
<li><a href="ecmc/index.html">New95 Preview</a></li>
<li><a title="none">OSU!</a></li>
<li><a title="none">My Favourites</a></li>
</ul>
</div>
</div>
</body>
</html>