-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (42 loc) · 1.53 KB
/
index.html
File metadata and controls
47 lines (42 loc) · 1.53 KB
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
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width <= 800, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<link type="text/css" rel="stylesheet" href="css/reset.css">
<link type="text/css" rel="stylesheet" href="css/mobile.css" media="screen and (max-width:800px)">
<link type="text/css" rel="stylesheet" href="css/tablet.css" media="screen and (min-width:800px)">
<script src="js/jquery-1.10.2.js"></script>
<script src="js/jquery-migrate-1.2.1.js"></script>
<script src="js/script.js"></script>
<script src="js/jquery-ui-1.10.4.custom.min.js"></script>
<script src="js/jCProgress-1.0.3.js"></script>
<title>Mitt Eve</title>
</head>
<body>
<div id="wrapper">
<!-- The header of the webpage. -->
<header>
<img id="menuButton" src="images/menu.png" alt="No menu">
<h1 id="mobileHeader">Mitt Eve</h1>
</header>
<!-- The navigation (menu) -->
<nav>
<h1 id="tabletHeader">EVE - Online</h1>
<h6 id="tabletHeader">MyEVE</h6>
<a href="ajax/character.html">Karaktärer</a>
<a href="ajax/combats.html">Senaste Strider</a>
<a href="ajax/account.html">Konto</a>
<a href="ajax/assets.html">Assets</a>
<a href="ajax/settings.html">Inställningar</a>
</nav>
<!-- The content of the webpage. -->
<div id="loading"></div>
<article>
</article>
<!-- The footer of the webpage.-->
<footer></footer>
</div>
</body>
</html>