-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (66 loc) · 2.55 KB
/
index.html
File metadata and controls
82 lines (66 loc) · 2.55 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js ie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<!--- Basic Page Needs
================================================== -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<title>appRaise</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=11" />
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/font-awesome/css/font-awesome.min.css">
<!-- Script
=================================================== -->
<script src="js/modernizr.js"></script>
<!-- Favicons
=================================================== -->
<link rel="shortcut icon" href="favicon.png">
</head>
<body>
<section id="main">
<div class="header">Sample Form.</div>
<div class="footer">
Loop through and show a unique ID for each button.
</div>
<form id="myForm">
<div id="Book">
<!-- Dynamically populated book entries-->
</div>
<div id="message" class="message">
<!-- Dynamically populated action messages for each book -->
</div>
</form>
</section>
<!-- Java Script
================================================== -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="js/jquery-1.10.2.min.js"><\/script>')
</script>
<script type="text/javascript" src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/backstretch.js"></script>
<script src="js/waypoints.js"></script>
<script src="js/main.js"></script>
<script src="js/pouchdb-3.6.0.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/db_books.couchdb.crud.js"></script>
<script type="text/javascript" src="js/jquery.SPServices-0.7.2.min.js"></script>
<script src="http://justjoe22.koding.io:8443/_utils/script/jquery.couch.js"></script>
</body>
</html>