-
Notifications
You must be signed in to change notification settings - Fork 0
/
gridofdoom.html
49 lines (46 loc) · 1.84 KB
/
gridofdoom.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Plobverse Access Device 😏</title>
<link rel="stylesheet" href="styles.css">
<style>
body{
background-color: tomato;
background-image: url("./assets/images/IMG_20240424_121419.jpg");
background-size: 255px;
background-repeat: repeat;
}
</style>
<script src="gulch.js"></script>
</head>
<body>
<div class="ohio" style="width: 100%; height: 600px;">
<div class="ohio" style="width: 33%; background-color: red;">
<button>
<a href="./cogitoergobum.html" class="plobverseA">
Cogito Ergo, BUM! 🤣😂🤣🤣😂😂🤣😂🤣😂🤣😂
<img style="z-index: 146;" class="plobversebutton" src="./assets/images/tegucigalpa.png">
</a>
</button>
</div>
<div class="ohio" style="width: 33%; ">
<button>
<a href="index.html" class="plobverseA">
Assimilate Ariston: The Game
<img style="z-index: 145;" class="plobversebutton" src="./assets/images/The Gulch Beast.png">
</a>
</button>
</div>
<div class="ohio" style="width: 33%; background-color: gray; ">
<button>
<a href="index.html" class="plobverseA">
Ginger Man from Irish Life 2
<img style="z-index: 144;" class="plobversebutton" src="./assets/images/the g stands for ginger.png">
</a>
</button>
</div>
</div>
</body>
</html>