forked from ShiftForward/mucuchies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (25 loc) · 884 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>The Dashboard</title>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="dist/application.min.css">
</head>
<body>
<!--
The HTML into which the Ember application will be
injected. Anything outside of this div is
for display only.
-->
<section id="dashboardapp"></section>
<!--
load the ember application. This file comes from the files in /app
as part of the grunt build process
-->
<script src="dist/application.min.js"></script>
</body>
</html>