-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (36 loc) · 1.39 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
39
40
41
42
<!DOCTYPE HTML>
<!--
/*
*
* Showcase HTML Soundboard
* Author: Selamanse <[email protected]>
*
*/
-->
<html>
<head>
<title>Play-Its</title>
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type" />
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta content="width=device-width, initial-scale=0.9, maximum-scale=1.0, minimum-scale=0.4, user-scalable=yes" name="viewport" />
<link rel="apple-touch-icon" href="images/home_manbird.png"/>
<link rel="apple-touch-startup-image" href="images/startup_manbird.png"/>
<link href='https://fonts.googleapis.com/css?family=Cabin+Sketch' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="https://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
<script type="text/javascript" src="https://code.jquery.com/jquery-1.10.0.min.js"></script>
<script type="text/javascript" src="https://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<script type="text/javascript" src="js/jquery-rotate.js"></script>
<script type="text/javascript" src="js/jquery-playit.js"></script>
</head>
<body>
<div id="menu-wrapper">
<div id="menu">Play-Its</div>
</div>
<div id="mainscene-wrapper">
<div id="mainscene">
</div>
</div>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>