-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
49 lines (40 loc) · 1.96 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
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Wikitongues</title>
<meta name="description" content="Every language in the world">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Style -->
<link rel="stylesheet" href="css/style.css">
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,800' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lora:400,400italic,700' rel='stylesheet' type='text/css'>
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="http://fredericoandrade.com/faviconV3.ico" />
<!-- RequireJS -->
<!-- <script data-main="js/scripts/main" src="bower_components/requirejs/require.js"></script> -->
</head>
<body>
<!-- Ember -->
<!-- <script src="bower_components/requirejs/require.js"></script> -->
<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/handlebars/handlebars.js"></script>
<script src="bower_components/ember/ember.js"></script>
<script src="bower_components/ember-data/ember-data.js"></script>
<!-- App -->
<script src="js/dist/app.js"></script>
<!-- Compiled Templates -->
<script src="js/dist/templates.js"></script>
<!-- Google Analytics -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='http://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-48869719-1');ga('send','pageview');
</script>
</body>
</html>