-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
38 lines (35 loc) · 1.32 KB
/
about.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
<html>
<head>
<title>TAKEWAKE Software - About</title>
<link rel="shortcut icon" type="image/x-ico" href="res/img/icon.ico" />
</head>
<body>
<font face="arial,helvetica">
<center>
<br />
<a href="index.html"><img src="res/img/banner.png" /></a>
<br />
<br />
<iframe src="./menuBar.html" style="width: 100%; height: 60px; border: none;" scrolling="no">
</iframe>
<br />
<hr />
<h2>About</h2>
<hr />
<br />
<h3>What we do</h3>
<p>We develop software and video games totally for free.</p>
<p>Why? Well... just for fun!</p>
<p>Of course you might not expect the same quality as you can get from a paid game, but we try our best in providing the best games you can get for free.</p>
<br />
<h3>Contact</h3>
<p>To contact us just send an e-mail to <a href="mailto:takewake-software@outlook.com" style="color:black">takewake-software@outlook.com</a>.
<p>We'll try to respond as quick as possible!</p>
<br />
<h3>Links</h3>
<p><a href="https://discord.gg/WRzeQgdaNF" style="color:black">Join us on Discord</a></p>
<p><a href="https://github.com/takewake-software" style="color:black">GitHub page</a></p>
</center>
</font>
</body>
</html>