-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (38 loc) · 1.85 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<title>Onscribe: Demo</title>
<link type="text/css" href="//cdn.kdi.co/css/common/0.7.0/common.min.css" media="screen" rel="stylesheet">
<link type="text/css" href="assets/less/main.less" media="screen" rel="stylesheet/less">
<link type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700" media="screen" rel="stylesheet">
<link type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans+Condensed:300" media="screen" rel="stylesheet">
<link type='text/css' href='http://fonts.googleapis.com/css?family=Droid+Serif' rel='stylesheet'>
<!-- link rel="stylesheet" href="assets/css/main.css" type="text/css" media="screen" -->
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/less.js/1.3.3/less.min.js"></script>
</head>
<body class="index">
<header>
<h1 class="zero-margin"></h1>
</header>
<div class="main">
<div class="center">
<div class="onscribe long-text" data-product="f66aedd6c5d6ea7a0fd3b7d2ec329727"><!-- --></div>
</div>
<div class="colgroup">
<div class="main-content"><!-- --></div>
</div>
<div class="center">
<div class="onscribe long-text" data-product="f66aedd6c5d6ea7a0fd3b7d2ec329727"><!-- --></div>
</div>
</div>
<footer>
<h5>Want something added to this app? Feel free to <a href="http://github.com/onscribe/demo">fork the repo from Github</a> and update it.</h5>
</footer>
<script type="text/javascript" src="assets/js/config.js"></script>
<script type="text/javascript" data-main="assets/js/main.js" src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.1.11/require.min.js"></script>
</body>
</html>