-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstart.html
More file actions
45 lines (35 loc) · 988 Bytes
/
start.html
File metadata and controls
45 lines (35 loc) · 988 Bytes
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
<html>
<title>rm -r /home/pi/.config/lxsession/LXDE-pi/autostart</title>
<head>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
</head>
<body>
<div class="button_div">
<button onclick="window.location.href = 'tokenstart.html';">Tookens</button>
<button onclick="window.location.href = 'coin.html';">Kopf oder Zahl</button>
<button onclick="window.location.href = 'life.html';">Life</button>
</div>
</body>
<style>
a {
font-size: 50px;
}
h1 {
font-size: 40px;
margin: 0px;
font-family: 'Roboto', sans-serif;
}
.button_div button {
background-color: #4CAF50;
border: 1px solid #28EDCA;
color: white;
height: 100px;
width: 550px;
text-decoration: none;
font-size: 33px;
cursor: pointer;
font-family: 'Roboto', sans-serif;
display: block;
}
</style>
</html>