-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathminigame.html
More file actions
34 lines (24 loc) · 1 KB
/
minigame.html
File metadata and controls
34 lines (24 loc) · 1 KB
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
<!DOCTYPE HTML>
<html>
<h1>Minigames</h1>
<body>
<style>
body{
background-image: url("I like pee.png");
.box{
display:in-lineblock;
background-color: white;
color: black;
}
</style>
<p></p>
<a href="https://poki.com/en/g/retro-bowl-college" class = "box">Retro Bowl College</a>
<a href="https://www.crazygames.com/game/crazy-office-slap-and-smash" class = "box">Crazy Office</a>
<a href="https://www.crazygames.com/game/bank-robbery" class = "box">Bank Robbery</a>
<a href="https://poki.com/en/g/drive-mad" class = "box">Drive Mad</a>
<a href="https://poki.com/en/g/johnny-trigger-action-shooter" class = "box">Jhonny Trigger</a>
<a href="https://poki.com/en/g/sausage-flip" class = "box">Sausage Flip</a>
<a href="https://www.coolmathgames.com/0-johnny" class = "box">Johnney Upgrade</a>
<a href="https://www.mathplayground.com/pg_skateboard_hero.html" class = "box">Skateboard Hero</a>
</body>
</html>