-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (74 loc) · 3.55 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!doctype html>
<head><title>SAD</title>
<link rel="stylesheeet" href="fuck.js">
<style>
html {
background-image:url('https://i.pinimg.com/originals/4c/f3/81/4cf381dac1b8230999fa4f0a80445c8c.gif');
cursor: wait;
}
</style>
</head>
<body>
<h1>Sorry not sorry</h1>
<h1><a href="ollie.html">BOW TO OLLIE</a></h1>
<h1><a href="die.html">Click for death</a></h1>
<h1><a href="vectord.html">C O N T E N T</a></h1>
<script language="JavaScript">
function clock(){
var time = new Date()
var hr = time.getHours()
var min = time.getMinutes()
var sec = time.getSeconds()
var ampm = " PM "
if (hr < 12){
ampm = " AM "
}
if (hr > 12){
hr -= 12
}
if (hr < 10){
hr = " " + hr
}
if (min < 10){
min = "0" + min
}
if (sec < 10){
sec = "0" + sec
}
document.clockForm.clockButton.value = hr + ":" + min + ":" + sec + ampm
setTimeout("clock()", 1000)
}
function showDate(){
var date = new Date()
var year = date.getYear()
if(year < 1000){
year += 1900
}
var monthArray = new Array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December")
alert( monthArray[date.getMonth()] + " " + date.getDate() + ", " + year)
}
window.onload=clock;
//-->
</script>
<h1 style="Color:red;">FULLY SPONSORED AND PAID FOR BY GOOGLE</h1>
<img src="https://media.istockphoto.com/vectors/georgia-state-icon-silhouette-vector-id636754022?k=6&m=636754022&s=612x612&w=0&h=6z4d39eCpSliQWEq9DJ9JSmg7MTFLh4_DGOZBlkgVOs=" height="150px" width="150px"</img>
<img src="https://pbs.twimg.com/media/CzPoDLGXcAEBr-u.jpg" height="150px" width="150px"</img>
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Such a nice moment, congrats to Paul Milgrom and Robert Wilson for their Nobel Prize! <a href="https://t.co/HeqffRWo5a%22%3Ehttps://t.co/HeqffRWo5a</a></p>— Sundar Pichai (@sundarpichai) <a href="https://twitter.com/sundarpichai/status/1315766766824349696?ref_src=twsrc%5Etfw%22%3EOctober 12, 2020</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<h3>SPONSORED IN PART BY THE STATE OF GEORGIA</h3>
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">You will regret clicking this</a>
<iframe width="560" height="315" src="https://www.youtube.com/embed/XgztfRBc2jM" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<a href="https://drive.google.com/file/d/1GF_aQrJO6v7fILiuYnnNN1pt5lY3lE0A/view?usp=sharing"><img src="https://i.ytimg.com/vi/-7kDiamS3cc/maxresdefault.jpg" height="200px" width="1000px"</a></img></a>
<img src="https://media4.giphy.com/media/8Odq0zzKM596g/200.gif"</img>
<img src="https://cdn.discordapp.com/attachments/755778287778660505/765420766710726666/image.png"</img>
<img src="https://thumbs.gfycat.com/RaggedRelievedEquine-size_restricted.gif"</img>
<img src="https://media.discordapp.net/attachments/755778287778660505/765423447022895124/SPOILER_Nudes.jpg"</img>
<h2>This is the one true god</h2>
<img src="https://i.pinimg.com/originals/59/66/55/596655e05d4e868ff96c332f5c8c452f.jpg" height="200px" width="200px"</img>
<img src="https://media.discordapp.net/attachments/755778287778660505/765425407737987082/unknown.png"</img>
<audio controls autoplay>
<source src="sponge.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<audio src="https://www.bensound.com/bensound-music/bensound-moose.mp3"></audio>
<iframe src="https://open.spotify.com/embed/track/3nkU3sFfomP6dDUd8JsoK4" width="300" height="380" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
</body></html>