forked from Los-Plobbes/los-plobbes.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (47 loc) · 2.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Los Plobbes de Slob de Website</title>
<link rel="stylesheet" href="styles.css">
<style>
body{
background-color: rgb(126, 120, 36);
}
</style>
</head>
<body>
<header>
<a class="listingoftheheadervariety" href="./index.html">Dome</a>
<a class="listingoftheheadervariety" href="./groggleboy.html">If Groggle, then only Boy!</a>
<a class="listingoftheheadervariety" href="./gridofdoom.html">Access the Grog-verse 🤤</a>
</header>
<div class="ohio">
<h1 class="gorgon">Un Gorgon 😭, Muchos Gulch!</h1>
</div>
<div class="ohio">
<img class="roundlikegulch" src="./assets/images/doogulch.png">
</div>
<div class="ohio">
<iframe width="560" height="1550" src="https://www.youtube-nocookie.com/embed/2EK1HVtP1s4?si=vL3KrP1BlNFP1BYw&controls=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="ohio">
<button class="buttondelgorg">
<a href="https://www.google.com/search?sca_esv=d71f265c45fd02a5&sca_upv=1&rlz=
1CAKLUN_enUS1111&q=los+angeles+snog+worm&udm=2&fbs=AEQNm0A2upiO_GHeTz6R89sNEjTHXSUfB
8x3gweQ77S5CBNH1qkT9yo9p8LiN9Ph7QzgeH30iP61xKdhHkWU-Ava8l8nz9PkGePjGF8Xy5hRILCU_pqf5pV
zdNg_fmnyfGhtxN_rnv8zVr6gxGKx5IVSF-KMTpMC2n2aBWbNJ7jUuB6iZtuiS2SE6jvyx2B1BF0fR_aP3pRuCWJ
8anU3mgTqSHNzYEWe7Q&sa=X&ved=2ahUKEwjp1fuArZOIAxWoFDQIHSDHI1QQtKgLegQIDRAB&biw=1517&bih=684&d
pr=0.9&safe=active&ssui=on" class="bigredsmellytext">EW!</a>
</button>
</div>
<div class="unright">
<button>
<a href="maydaymaydaytheplobishere.html">
😭🤽
</a>
</button>
</div>
</body>
</html>