-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (55 loc) · 1.34 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
61
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Szmelc Asciinemas</title>
<h>x[ ASCIINEMA TAPES ]x</h>
<h>Definitive-Collection</h>
<style>
h {
font-size: 43px;
font-family: Hack;
margin: 100px;
position: relative;
}
h1 {
font-size: 22px;
font-family: Arial;
margin: 10px;
position: relative;
color: gold;
}
body {
margin: 0;
padding: 0;
background-color: black;
color: green;
font-family: Arial, sans-serif;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
/* Style buttons if you have any */
.button {
background-color: green;
color: white;
padding: 10px 20px;
border: none;
cursor: pointer;
}
/* Additional CSS rules can be added for specific elements as needed */
</style>
</head>
<body>
<div class="container">
<h1>Szmelc Roulette - The Game</h1>
<script async id="asciicast-M6kxNBY45WMoJBF278FrCUeFh" src="https://asciinema.org/a/M6kxNBY45WMoJBF278FrCUeFh.js"></script>
<h1>SzmelcStation Network Logo</h1>
<script async id="asciicast-pBR0mmuxiduVJLlYtold70egd" src="https://asciinema.org/a/pBR0mmuxiduVJLlYtold70egd.js"></script>
<h1>...</h1>
<script async id=
</div>
</body>
</html>