xxxxxxxxxx
1
2
<html>
3
<body>
4
5
<style>
6
span {
7
display: inline-block;
8
background:#a7e0f8;
9
padding:10px 8px;
10
margin-bottom:10px;
11
font-size:18px;
12
}
13
</style>
14
15
<h2 style="text-decoration:underline;font-size:25px;">Welcome to Rerun Tagging</h2>
16
17
<span>
18
Rerun Tagging is a captivating game about running around with "GorillaLocomotion".
19
</span><br/>
20
21
<span style="background-color:#a7f8c1;">
22
We are a simple gorilla tag fangame that is willing to get our game on applab.
23
</span>
24
25
</body>
26
</html>