-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (40 loc) · 1.15 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>
<head>
<meta charset="utf-8">
<link type="text/css" rel="stylesheet" href="css/reset.css">
<link type="text/css" rel="stylesheet" href="css/emupholio.css">
<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="js/emupholio.js"></script>
<title>Emupholio</title>
</head>
<body class="background">
<div id="overlay"></div>
<div id="image-viewer"></div>
<div id="image-viewer-info-box"></div>
<div id="container">
<header>
<a href="index.html">
<hgroup>
<h1 class="title">Emupholio</h1>
<h2 class="teaser">my photos are great! - BETA</h2>
</hgroup>
</a>
</header>
<div id="grid"></div>
<footer>
<div class="g-plusone"></div>
<p class="about">
#About the Emu and his Website
</p>
<p class="copyright">
2012 | concept, design and programming: <a href="http://www.straussn.eu">straussn.eu</a>
</p>
<p class="admin-link">
<a href="backend.html">Administration Panel</a>
</p>
</footer>
</div>
<div id="box-overlay"></div>
</body>
</html>