-
Notifications
You must be signed in to change notification settings - Fork 1
/
next.html
42 lines (34 loc) · 861 Bytes
/
next.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
<html>
<head>
<style>
<script src="//static.miniclipcdn.com/js/game-embed.js"></script>
@font-face:{
font-family:#ffb8b8;
}
.a{
font-size:45px;
text-align:center;
}
.img{
width:100px;
height:100px;
}
.b{
background-size: 100% 100%;
transition:all 2s;
}
.b:hover{
transform:scale(1.1,1.1);
}
</style>
</head>
<body bgcolor="#487eb0">
<table width="90%" height="400" border="0" align="center" bgcolor="#dcdde1" cellpadding="15" cellspacing="15">
<tr>
<td align="center" class="a" width="50%"><font face="georgia">UH OH! Play this game to calm down...</td>
<td align="right" width="50%">
<p style="text-align:center;"><a href="https://www.miniclip.com/games/monkey-lander/" target="_blank"><img src="image/controller.png"></a></p><a href="level5.html"><img src="image/arrow.png" width="60%" height="200" class="c"></td>
<td>
</table>
</body>
</html>