-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
37 lines (34 loc) · 1.06 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
<!doctype html>
<html>
<head>
<title>Yemeni Html</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="css/index.css">
</head>
<body>
<hr class="w10" id="margin-t"/>
<hr class="w20"/>
<table class="t-welcome" cellpadding="14px">
<tr>
<td colspan="1">
<div class="div-welcome">
<p>
Welcome to YemeniHtml
</p>
<a href="pages/home.html" target="_self">
<input title="Go to YemeniHtml" name="next" type="submit" value="Next" class="next-button" />
</a>
</div>
</td>
</tr>
</table>
<hr class="w20"/>
<hr class="w10"/>
<audio autoplay>
<source src="audio/welcome.mp3" type="audio/mpeg">
<source src="audio/welcome.ogg" type="audio/ogg">
<source src="audio/welcome.wav" type="audio/wav">
Your browser doesn't support audio files.
</audio>
</body>
</html>