-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex4.html
More file actions
67 lines (65 loc) · 2.75 KB
/
index4.html
File metadata and controls
67 lines (65 loc) · 2.75 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<title></title>
<link href="ionic.css" rel="stylesheet">
<script src="ionic.bundle.js"></script>
</head>
<body ng-app>
<ion-pane>
<ion-header-bar class="bar-stable">
<h1 class="title">Ionic Blank Starter</h1>
</ion-header-bar>
<ion-content>
<a href="http://www.google.com" class="button"> Google.com </a>
<div>
<input ng-model="x" type="text"/>
Model is : {{x}}
</div>
<span id="dummy" onclick="playSound(this, 'https://dl.dropbox.com/u/39640025/MP3/Waves.mp3');">
<img src="short_a/bat.jpg" name="Bottom-1" width="115" height="45" border="0" id="Bottom-1"/>
</span>
<h2>This is call me maybe</h2>
<audio controls>
<source src="https://archive.org/download/CallMeMaybe/Carly_Rae_Jepsen_Call_Me_Maybe.ogg"
type='audio/ogg; codecs=vorbis'>
<p>Your user agent does not support the HTML5 Audio element.</p>
</audio>
<h2>To know audio</h2>
<audio controls>
<source src="https://dl.dropbox.com/u/39640025/MP3/Waves.mp3"
type='audio/mp3'>
<p>Your user agent does not support the HTML5 Audio element.</p>
</audio>
<audio controls>
<source src="http://media.w3.org/2010/07/bunny/04-Death_Becomes_Fur.mp4"
type='audio/mp4'>
<source src="http://media.w3.org/2010/07/bunny/04-Death_Becomes_Fur.oga"
type='audio/ogg; codecs=vorbis'>
<p>Your user agent does not support the HTML5 Audio element.</p>
</audio>
<audio controls>
<source src="http://media.w3.org/2010/07/bunny/04-Death_Becomes_Fur.mp4"
type='audio/mp4'>
<p>Your user agent does not support the HTML5 Audio element.</p>
</audio>
<audio controls>
<source src="http://media.w3.org/2010/07/bunny/04-Death_Becomes_Fur.oga"
type='audio/ogg; codecs=vorbis'>
<p>Your user agent does not support the HTML5 Audio element.</p>
</audio>
<audio controls>
<source src="http://media.w3.org/2010/07/bunny/04-Death_Becomes_Fur.mp4"
type='audio/mp4'>
<source src="http://media.w3.org/2010/07/bunny/04-Death_Becomes_Fur.oga"
type='audio/ogg; codecs=vorbis'>
<p>Your user agent does not support the HTML5 Audio element.</p>
</audio>
<iframe width="560" height="315" src="http://www.youtube.com/embed/FQZbDVaT39Q" frameborder="0" allowfullscreen></iframe>
</ion-content>
<iframe width="560" height="315" src="http://www.youtube.com/embed/FQZbDVaT39Q" frameborder="0" allowfullscreen></iframe>
</ion-pane>
</body>
</html>