forked from hakimel/reveal.js
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexamples.html
More file actions
25 lines (25 loc) · 739 Bytes
/
Copy pathexamples.html
File metadata and controls
25 lines (25 loc) · 739 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title dir="ltr">Backbone examples</title>
<!-- less -->
<link href="css/styles.less" rel="stylesheet/less">
<script>
var less = { env: "development" };
</script>
<script src="js/libs.js"></script>
<script src="js/x.js"></script>
<script src="js/dummy/people.js"></script>
<script src="js/dummy/facebook-friends-collection.js"></script>
<script src="js/main.built.js"></script>
<script src="js/setup.js"></script>
<script src="js/ready.js"></script>
<link rel="stylesheet" type="text/css" href="/css/bootstrap/css/bootstrap.css"/>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
</head>
<body class="clear">
<div id="main">
</div>
</body>
</html>