-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
19 lines (19 loc) · 841 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<title>Interview App</title>
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
<script type="text/javascript" charset="utf-8" src="cordova-2.3.0.js"></script>
<script data-main="boilerplate/chooserMain" src="boilerplate/require-jquery.js"></script>
<link href="boilerplate/libs/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="boilerplate/libs/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="boilerplate/base.css" rel="stylesheet">
<link href="boilerplate/fahad.css" rel="stylesheet">
</head>
<body data-start="example/start.html">
<div class="container">
<h1>Loading...</h1>
<img src="boilerplate/cassette.png" />
</div>
</body>
</html>