<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title>ABOUT US</title>
<style>
body, html {
	font-family: Arial,Helvetica,sans-serif;
	background-image: url('background/bg.png');
}
h2 {
	border-left: black solid 3px;
	padding-left: 3px;
	margin-left: -0.5em;
}
section {
	margin-left: 1em;
	margin-bottom: 1em;
}
a {
	color: blue;
	text-decoration: none;
}
</style>
</head>

<body>

<h1>ABOUT WEBXOSS</h1>
<section>
	<p><a href="http://webxoss.com/" target="_blank">WEBXOSS</a> is a free, no-ads, multilingual, cross-platform and full automated<br>online Battle-Field for WIXOSS.</p>
	<p>Enjoy the game!</p>
	<p>OPEN!!</p>
</section>

<h1 id="contact">CONTACT US</h1>
<section>
	<p>If you find any bug or have any suggestion for WEBXOSS, please contact us:</p>
	<p>E-Mail:<a href="mailto:webxoss@gmail.com" target="_blank">webxoss@gmail.com</a></p>
	<p>Twitter:<a href="https://twitter.com/WEBXOSS" target="_blank">@WEBXOSS</a></p>
</section>

<h1 id="support">SUPPORT US</h1>
<section>
	<del style="color: red; font-weight: bold; text-decoration: line-through;">WEBXOSS needs your help!</del>
</section>
<section>
	<p>WEBXOSS no more accepts donations. We will pay on ourself.</p>
	<p>Don't worry, WEBXOSS is still free and no-ads. And we will keep our hard work.</p>
	<p>Enjoy battling!</p>
</section>
</body>
</html>