-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsarndeep.html
37 lines (35 loc) · 993 Bytes
/
sarndeep.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
<head>
<title>sarndeep</title>
</head>
<body>
{{> sarn}}
</body>
<template name="sarn">
<h1>{{greeting}}</h1>
<p>
Wha?
</p>
<p>
When clicked, he will spout one of his random catchphrases.
</p>
<p>
Every ten seconds or so he will also spout a random catchphrase, just like the real Sarndeep.
</p>
<img src="sarndeep.jpg" alt="sarndeep" width="100%" id="sarn-image" />
<audio preload="auto" id="yayyay">
<source src="yayyay.mp3" type="audio/mpeg"></source>
<source src="yayyay.ogg"></source>
</audio>
<audio preload="auto" id="talking">
<source src="talking.mp3" type="audio/mpeg"></source>
<source src="talking.ogg"></source>
</audio>
<audio preload="auto" id="mutha">
<source src="mutha.mp3" type="audio/mpeg"></source>
<source src="mutha.ogg"></source>
</audio>
<audio preload="auto" id="smokeweed">
<source src="smokeweed.mp3" type="audio/mpeg"></source>
<source src="smokeweed.ogg"></source>
</audio>
</template>