Skip to content

Commit 016df1e

Browse files
init
0 parents  commit 016df1e

File tree

4 files changed

+1091
-0
lines changed

4 files changed

+1091
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.swp
2+
js/mobile.js
3+
js/init_plot.js
4+
css/mobile.css

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5+
<title>habitat api test </title>
6+
<script type="text/javascript" language="javascript" src="js/jquery-1.8.3-min.js"></script>
7+
<script type="text/javascript" language="javascript" src="js/jquery.couch.js"></script>
8+
</head>
9+
<body>
10+
</body>
11+
</html>

js/jquery-1.8.3-min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)