-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (28 loc) · 927 Bytes
/
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
<body>
<h1>Bonjour</h1>
<style>
#mooveframe {
width: 30%;
height: 80%;
border: none;
}
#bounceframe {
width: 30%;
height: 80%;
border: none;
}
.btn {
height: 100px;
width: 100px;
border-radius: 25px;
background-color: rgba(255, 255, 255, 0.5);
}
</style>
<!-- <iframe id="mooveframe" src="./moove.html"></iframe> -->
<!-- <iframe id="bounceframe" src="./bounce.html"></iframe> -->
<a href="./bounce.html"><button class="btn">Bounce</button></a>
<a href="./moove.html"><button class="btn">Moove</button></a>
<a href="./chat.html"><button class="btn">Chat</button></a>
<a href="./billard.html"><button class="btn">WIP</button></a>
<a href="./but.html"><button class="btn">futur_menu</button></a>
<a href="./compteur.html"><button class="btn">Compteur</button></a>