-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapps.html
More file actions
20 lines (17 loc) · 907 Bytes
/
apps.html
File metadata and controls
20 lines (17 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.2.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.2.2/css/bootstrap-responsive.min.css" type="text/css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.2.2/bootstrap.min.js"></script>
<script src="s3dbApp.js"></script>
<!-- Don't take jmat seriously, it's only to play with new features,
if they are good, they'll eventually move to s3dbApps -->
<script src="https://dl-web.dropbox.com/get/http/jmat/jmat.js?w=AACXfCCH1BrZ2YEUZIiFdGA50jL_aOsM8EQZ5c0VLOYXBQ"></script>
</head>
<body>
<script>s3dbApp.buildUI()</script>
</body>
</html>