-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·38 lines (34 loc) · 1.37 KB
/
index.html
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
<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE html>
<html>
<head>
<title>Mirhapp 2</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" media="screen" href="css/style.css">
<!--link rel="stylesheet" media="screen" href="css/bootstrap.css">
<link rel="stylesheet" media="screen" href="css/flat-ui.css">
<link rel="stylesheet" media="screen" href="css/prettify.css"-->
<script src="scripts/jquery-1.9.1"></script>
</head>
<body>
<div id ="wrap">
<div class="container">
<canvas width="640" height="1136" id="canvas"></canvas>
<div id="page">
</div>
</div>
</div>
<audio ><source src="./packages/media/call2.mp3"></audio>
<script src="packages/starter/package-starter.js"></script>
<script src="scripts/PrayTimes.js"></script>
<script src="scripts/interaction.js"></script>
<script src="scripts/functions.js"></script>
<script src="scripts/canvas.js"></script>
<script src="scripts/boombox.js"></script>
<script src="scripts/location.js"></script>
</body>
</html>