-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (44 loc) · 1.87 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
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Two Ply Toilet Paper</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="style/main.css">
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-xs-12">
<div class="header">
<h1 class="title">NOW AVAILABLE</h1>
<audio src="audio/quiet-place-mimms.mp3" autoplay="true">
<p>If you are reading this, it is because your browser does not support the audio element.</p>
</audio>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="text-center">
<div class="content">
DID YOU KNOW THAT YOU CAN FIND JOBS IN GUYANA ONLINE?
<br>
<br>
Just Visit
<br>
<small><a href="http://www.skilledguyanese.com" target="_blank">WWW.SKILLEDGUYANESE.COM</a></small>
<div class="tribute">
A tribute to the timeless TV advertisement which shows up on RBS Channel 13 in Guyana.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>