forked from nathanathan/Interview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
interview.html
20 lines (20 loc) · 839 Bytes
/
interview.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>Interview</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="interviewerMain" src="require-jquery.js"></script>
<link href="libs/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="libs/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="libs/font/font-awesome.css" rel="stylesheet">
<link href="base.css" rel="stylesheet">
<link href="player/player.css" rel="stylesheet">
<link href="fahad.css" rel="stylesheet">
</head>
<body data-start="example/start.html">
<div class="container">
<h1>Loading...</h1>
</div>
</body>
</html>