-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (58 loc) · 2.17 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
<!DOCTYPE html>
<html>
<link rel="shortcut icon" type="image/jpg" href="img/favicon.ico" />
<head>
<title>Flash Games Archive</title>
<link href="https://fonts.googleapis.com/css2?family=Amaranth&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
</head>
<body>
<header>
<h1 class="w3-font w3-center">Welcome to ashudhasd's ashduh asdhuh.</h1>
</header>
<p class="w3-center">This is a quick website made by "Flash" as ashd.</p>
<div class="row">
<div class="column">
<div class="card" onclick='document.location="https:/www.pramuwaskito.org/game/mario"'>
<div class="w3-card"> <img src="assets/mario.png" style="width:100%;height:256px;">
<div class="w3-container w3-center">
<p class="w3-xlarge">Fullscreen Mario</p>
<p>Fullscreen Mario is a port of the classic Super Mario bros straight to your browser!</p>
</div>
</div>
</div>
</div>
<div class="card" onclick='document.location="speedle/speedle.html"'>
<div class="column">
<div class="w3-card"> <img src="assets/speedle.png" style="width:100%;height:256px;">
<div class="w3-container w3-center">
<p class="w3-xlarge">Speedle</p>
<p>Speedle is a game inspired by Wordle, similar to known websites as hellowordl.</p>
</div>
</div>
</div>
</div>
<div class="card" onclick='document.location="https:/rawcdn.githack.com/gabrielecirulli/2048/master/index.html"'>
<div class="column">
<div class="w3-card"> <img src="assets/2048.png" style="width:100%;height:256px;">
<div class="w3-container w3-center">
<p class="w3-xlarge">2048</p>
<p>Speedle is a game inspired by Wordle, similar to known websites as hellowordl.</p>
</div>
</div>
</div>
</div>
<div class="card" onclick='document.location="games.html"'>
<div class="column">
<div class="w3-card"> <img src="assets/games.png" style="width:100%;height:256px;">
<div class="w3-container w3-center">
<p class="w3-xlarge">All Games ></p>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>