forked from resthub/resthub-backbone-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (22 loc) · 781 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
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>RESThub Backbone.js Bootstrap</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="">
<meta name="author" content="">
<link href="css/bootstrap.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="main"> </div>
<a href="/">Main</a>
<a href="/tests">Test</a>
<!-- Placed at the end of the document so the pages would load faster -->
<script data-main="js/main" src="js/lib/require.js"></script>
</body>
</html>