-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·40 lines (32 loc) · 1.66 KB
/
Copy pathindex.html
File metadata and controls
executable file
·40 lines (32 loc) · 1.66 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="assets/img/agrockathon-favicon.png"/>
<title>Agrockathon</title>
<!-- for Google -->
<meta name="description" content="The first Greek agriculture hackathon." />
<meta name="keywords" content="farming, agriculture, hackathon, crete" />
<meta name="author" content="George Koulouris, Ermis Papastefanakis" />
<meta name="copyright" content="CC-BY" />
<meta name="application-name" content="Agrockathon" />
<meta name="google-site-verification" content="xQEd9iWWq9VNosw9NJT5zutjV4RmZvkubjtpghjlIB4" />
<!-- for Facebook -->
<meta property="og:title" content="Agrockathon" />
<meta property="og:type" content="article" />
<meta property="og:image" content="http://agrockathon.eu/assets/img/fb_share.png" />
<meta property="og:url" content="http://agrockathon.eu/" />
<meta property="og:description" content="The first Greek agriculture hackathon taking place in Crete, in early summer." />
<link rel="stylesheet" href="css/foundation.css" />
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<div id="fb-root"></div>
<div class="header fixed"></div>
<div class="container"></div>
<div class="footer"></div>
<script data-main="js/app" src="js/require.js"></script>
</body>
</html>