-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.dev.html
43 lines (32 loc) · 1.1 KB
/
index.dev.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
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta name='viewport' content='width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no' />
<link rel='stylesheet' href='build/public/libs/bootstrap/dist/css/bootstrap.min.css' />
<link rel='stylesheet' href='build/public/libs/Slidebars/distribution/0.10/slidebars.min.css'>
<link rel='stylesheet' href='build/css/styles.css' />
<title>Auto</title>
<!-- Load the script 'js/main.js' as our entry point -->
<script data-main='build/js/main.js' src='build/public/libs/requirejs/require.js'></script>
</head>
<body>
<main id='sb-site'>
<header class='topHeader'>
<div class="topLine">
Edit Mode
</div>
<nav>
<a href='/#'>Main</a> |
<a href='/#db'>Db</a> |
<a href='#clients'>Clients</a> |
<a href='#' class='sb-toggle-right'>Right Slide</a>
</nav>
</header>
<section class='mainContent'>
</section>
<!-- Underscore templates -->
<!-- templates... -->
</main>
</body>
</html>