-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (24 loc) · 1.19 KB
/
index.html
File metadata and controls
25 lines (24 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Design Template</title>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
<!-- To use minified css, uncomment this next line and uncomment the sass-min task in gulpfile -->
<!-- <link rel="stylesheet" href="/src/stylesheets/css/style.min.css"> -->
<link rel="stylesheet" href="/src/stylesheets/css/style.css">
</head>
<body>
<!-- Design Goes Here -->
<!-- /Design Goes Here -->
</body>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/knockout/3.2.0/knockout-min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.7.0/underscore-min.js"></script>
<script src="/src/scripts/app.js"></script>
<!-- If not using react, can comment out these next two -->
<script src="//cdnjs.cloudflare.com/ajax/libs/react/0.12.2/react.js"></script>
<script src="/src/build/app.js"></script>
</html>