-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
21 lines (21 loc) · 931 Bytes
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>About Me</title>
<link rel="stylesheet" href="CSS Files/index.css">
<link rel="shortcut icon" href="img/FireTreeIcon.ico" type="image/x-icon">
<h1>FireTree Games</h1>
<h4>Casual and fun games!</h4>
</head>
<body>
<div class="topnav">
<a href="index.html">Home</a>
<a class="active" href="about.html">About</a>
<a href="games.html">Games</a>
<a href="browsergames.html">Web Games</a>
</div>
<h1>About Me</h1>
<p style="text-align: center;">FireTree Games is a solo game/software development group focused on making fun games with little to no microtransactions and purchases.</p>
<p>Treefire33 (Braidon): The 16 y/o developer/artist/composer/etc. for FireTree Games, hope you like my work!</p>
</body>
</html>