-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsokoban_support.html
50 lines (47 loc) · 1.28 KB
/
sokoban_support.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
<!DOCTYPE html>
<html>
<head>
</head>
<style>
.content {
max-width: 500px;
margin: auto;
}
h1{
color:blanchedalmond;
text-align: center;
}
p {
line-height:1em;
font-size: large;
color:blanchedalmond;
text-align: center;
}
p.list1 {
line-height:0.5em;
}
ul {
list-style: none;
}
a {
color: cornsilk;
}
</style>
<body bgcolor="#404040">
<div class="content">
<h1>Sokoban Masters</h1>
<img src="sokoban_icon.png"/>
<p>Sokoban is a simple and engaging game to train your brain.</p>
<p>Objective: Help to push boxes into designated storages with your intellect.</p>
<p>Features:</p>
<ul>
<li><p class="list1">Has over 600+ levels, All for free</p></li>
<li><p class="list1">Touch/Swipe control</p></li>
<li><p class="list1">Progress to next level by solving each level</p></li>
<li><p class="list1">3 stars for optimal moves </p></li>
<li><p class="list1">Timer to challenge yourself </p></li>
</ul>
<p>For Support please send mail to <a href="mailto:[email protected]?subject=%5BSupport%20Ticket%5D%20Sokoban%20Issues">[email protected]</a></p>
</div>
</body>
</html>