-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintro.html
30 lines (26 loc) · 1.07 KB
/
intro.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="viewport" content="initial-scale = 1.0,maximum-scale = 1.0" />
<title>Start</title>
<link href="css/common.css" rel="stylesheet" type="text/css" />
<link href="css/intro.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="cordova-2.0.0.js"></script>
<script src="http://192.168.0.3:8080/target/target-script-min.js#anonymous"></script>
<script src="http://192.168.0.3:35729/livereload.js?snipver=1"></script>
<script src="js/zepto/zepto.js"></script>
</head>
<body>
<div id="container">
<a href="menu-iniziale.html">
<h1>Globjules<h1>
<img src="./materiale/cover/S-E-P.png"/>
<p>VOWELS</p>
</a>
</div>
<script src="js/audio-background.js"></script>
</body>
</html>