-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
39 lines (33 loc) · 810 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
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<title>Backbone.js Require.js SASS boilerplate</title>
<meta charset="utf-8">
<link rel="stylesheet" href="stylesheets/style.css">
</head>
<body>
<div id="container">
<div id="logo">
<h1></h1>
</div>
<div id="menu">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#/projects">Project</a></li>
<li><a href="#/users">User</a></li>
<li><a href="#/feed">Dummy</a></li>
</ul>
</div>
<div id="page">
Loading....
</div>
<div id="footer">
</div>
</div>
<div id="test">
<div id="scroll">
</div>
</div>
<script src="javascripts/libs/require.js" data-main="javascripts/config.js"></script>
</body>
</html>