-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (21 loc) · 809 Bytes
/
index.html
File metadata and controls
27 lines (21 loc) · 809 Bytes
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>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' name='viewport'>
<meta content='black' name='apple-mobile-web-app-status-bar-style'>
<title>BackboneJS + RequireJS app seed</title>
<link type="text/css" rel="stylesheet" href="css/style.css">
<!-- Load the script "js/app/main.js" as our entry point -->
<script data-main="js/app/main" src="js/libs/require/require.js"></script>
</head>
<body>
<header><h1>BackboneJS + RequireJS app seed</h1></header>
<div id="page">
Loading...
</div>
<div id="footer">
by <a href="http://sheniff.es" title="Sheniff's webpage">Sheniff</a>
</div>
</body>
</html>