-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (30 loc) · 1.01 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hackspace.gr: Budget</title>
<link rel="stylesheet" href="media/css/app.css" type="text/css">
</head>
<body>
<div id="container">
<header role="banner" class="text">
<h1><img src="media/img/hackerspace.svg" width="70" height="70" alt="Hackerspace.gr"> The Cost of Hacking</h1>
</header>
<div id="main" role="main" class="text">
<a href="2012/" class="index-year">2012</a><br>
<a href="2013/" class="index-year">2013</a><br>
<a href="2014/" class="index-year">2014</a><br>
<a href="2015/" class="index-year">2015</a><br>
<a href="2016/" class="index-year">2016</a><br>
<a href="2017/" class="index-year">2017</a><br>
</div>
<footer id="credits" role="contentinfo" class="text">
<hr>
<p>
<a href="http://hackerspace.gr">hackerspace.gr</a> -
Source code at <a href="https://github.com/hsgr/budget" target="_blank">github</a>
</p>
</footer>
</div>
</body>
</html>