-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (49 loc) · 2.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sesena games</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
body {
background-color: #050505;
padding: 20px;
}
.grid-item {
background-color: #050505;
border: none;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
min-width: 552px;
}
.grid-item iframe {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<div class="container">
<div class="row row-cols-1 row-cols-md-2 g-4">
<div class="col">
<div class="grid-item">
<iframe frameborder="0" src="https://itch.io/embed/2828672?bg_color=162116&fg_color=eeeeee&link_color=35ff20&border_color=363636" width="552" height="167"><a href="https://sesena0-0.itch.io/sesena-dino-battle">Sesena Dino Battle by Sesena0_0</a></iframe>
</div>
</div>
<div class="col">
<div class="grid-item">
<iframe frameborder="0" src="https://itch.io/embed/2781391?bg_color=141d15&fg_color=eeeeee&link_color=1ad900&border_color=2d422c" width="552" height="167"><a href="https://sesena0-0.itch.io/taquins">Taquin's by Sesena0_0</a></iframe>
</div>
</div>
<div class="col">
<div class="grid-item">
<iframe frameborder="0" src="https://itch.io/embed/2832783?bg_color=1a1e19&fg_color=ffffff&link_color=1eba00&border_color=4e4e4e" width="552" height="167"><a href="https://sesena0u0.itch.io/two-switch">Two Switch by Sesena0u0</a></iframe>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
</body>
</html>