51 lines
No EOL
1.6 KiB
HTML
51 lines
No EOL
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Lester</title>
|
|
<style type="text/css">
|
|
body {
|
|
margin:0;
|
|
padding:0;
|
|
text-align:center;
|
|
}
|
|
.button {
|
|
display:block;
|
|
padding:3px;
|
|
width:90%;
|
|
text-align:center;
|
|
margin:4px;
|
|
cursor:pointer;
|
|
}
|
|
.yellow {
|
|
background-color: yellow;
|
|
}
|
|
.red {
|
|
background-color: red;
|
|
}
|
|
.blue {
|
|
background-color: blue;
|
|
}
|
|
.green {
|
|
background-color: green;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<a onclick="window.parent.Lester(2,null)" class="button yellow">FULL LIFE</a>
|
|
<a onclick="window.parent.Lester(1,[363,282,5])" class="button green">SAFE ZONE</a>
|
|
<a onclick="window.parent.Lester(1,[200,100,0])" class="button green">MAP 0</a>
|
|
<a onclick="window.parent.Lester(1,[516,789,1])" class="button green">MAP 1</a>
|
|
<a onclick="window.parent.Lester(1,[484,898,2])" class="button green">MAP 2</a>
|
|
<a onclick="window.parent.Lester(1,[583,810,3])" class="button green">MAP 3</a>
|
|
<a onclick="window.parent.Lester(1,[50,852,4])" class="button green">MAP 4</a>
|
|
<a onclick="window.parent.Lester(1,[200,147,5])" class="button green">MAP 5</a>
|
|
<a onclick="window.parent.Lester(1,[131,313,6])" class="button green">MAP 6</a>
|
|
<a onclick="window.parent.Lester(1,[917,547,7])" class="button green">MAP 7</a>
|
|
<a onclick="window.parent.Lester(1,[1056,449,8])" class="button green">MAP 8</a>
|
|
<a onclick="window.parent.Lester(1,[871,856,9])" class="button green">MAP 9</a>
|
|
<a onclick="window.parent.Lester(1,[58,269,10])" class="button green">MAP 10</a>
|
|
<a onclick="window.parent.Lester(1,[276,860,11])" class="button green">MAP 11</a>
|
|
</body>
|
|
</html> |