-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.html
More file actions
34 lines (29 loc) · 1.43 KB
/
Copy pathapp.html
File metadata and controls
34 lines (29 loc) · 1.43 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
<head>
<meta charset="utf-8">
<title>evee</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="An alternative visualization of Facebook Events">
<meta name="author" content="https://github.com/fjsj/">
<!-- Fonts -->
<link href="//fonts.googleapis.com/css?family=PT+Sans|Convergence|Exo" rel="stylesheet" type="text/css">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.0/css/font-awesome.css" rel="stylesheet">
<!-- Styles -->
<!--<link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">-->
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap.no-icons.min.css" rel="stylesheet">
<link href="/css/main.css" rel="stylesheet">
<link href="/css/event.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Touch and fav icons -->
<link rel="apple-touch-icon" sizes="144x144" href="/img/logomobile144.png">
<link rel="apple-touch-icon" sizes="114x114" href="/img/logomobile114.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/logomobile72.png">
<link rel="apple-touch-icon" href="/img/logomobile57.png">
<link rel="shortcut icon" href="/img/favicon.ico">
</head>
<body>
{{renderPage}}
</body>