Skip to content

Commit a7f6118

Browse files
authored
Moved some things around, removed some things, added some things, etc.
1 parent 638ff44 commit a7f6118

File tree

5 files changed

+40
-22
lines changed

5 files changed

+40
-22
lines changed

404.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<title>404</title>
55
</head>
66
<body style="text-align: center;">
7-
<h1>404</h1>
8-
<h2>Page not found.</h2>
9-
<p>It seems you have stumbled upon something non-existent! Congrats!<br/>(While you're here, click on this button 100 times.)</p>
10-
<button id="b">Click me 100 times!</button>
7+
<h1>Error Code: 404</h1>
8+
<h2>No page related/found</h2>
9+
<p>Either you did this yourself or I created a bug. Either way you can go back to</p>
10+
<a href="firetreegames.net">Home</a>
1111
<!-- <p>
1212
<span id="tT">T</span>
1313
<span id="tO">o</span>

about.html

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>About Us</title>
4+
<title>About Me</title>
55
<link rel="stylesheet" href="CSS Files/index.css">
66
<link rel="shortcut icon" href="img/FireTreeIcon.ico" type="image/x-icon">
77
<h1>FireTree Games</h1>
@@ -12,15 +12,10 @@ <h4>Casual and fun games!</h4>
1212
<a href="index.html">Home</a>
1313
<a class="active" href="about.html">About</a>
1414
<a href="games.html">Games</a>
15-
<a href="https://www.firetreegames.net/btd6rbg">BTD6 Random Bloons Stats Generator</a>
16-
<a href="https://www.firetreegames.net/elementle">Elementle</a>
17-
<a href="https://www.firetreegames.net/MouseDefenseWeb/Build-Beta9.5.0/index.html">Mouse Defense Web</a>
15+
<a href="browsergames.html">Web Games</a>
1816
</div>
19-
<h1>About Us</h1>
20-
<p style="text-align: center;">FireTree Games is a solo game development studio.</p>
21-
<p>FireTree Games is just a studio name for a single guy, that's all.<br>
22-
I make games and cool web stuff and publish it here under FireTree Games.</p>
23-
<h2>Treefire33:</h2>
24-
<p>Treefire33 (Braidon Singh): The owner and runner of FireTree Games. I'm literally the only person here.</p>
17+
<h1>About Me</h1>
18+
<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>
19+
<p>Treefire33 (Braidon): The 15 y/o developer/artist/composer/etc. for FireTree Games, hope you like my work!</p>
2520
</body>
2621
</html>

browsergames.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Web Games</title>
5+
<link rel="stylesheet" href="CSS Files/index.css">
6+
<link rel="shortcut icon" href="img/FireTreeIcon.ico" type="image/x-icon">
7+
<h1>FireTree Games</h1>
8+
<h4>Casual and fun games!</h4>
9+
</head>
10+
<body>
11+
<div class="topnav">
12+
<a class="active" href="index.html">Home</a>
13+
<a href="about.html">About</a>
14+
<a href="games.html">Games</a>
15+
<a class="active" href="browsergames.html">Web Games</a>
16+
</div>
17+
<h1>Games</h1>
18+
<h2>BT6RBSG:</h2>
19+
<a href="https://www.firetreegames.net/btd6rbg">BTD6 Random Bloons Stats Generator</a>
20+
<h2>Elementle:</h2>
21+
<a href="https://www.firetreegames.net/elementle">Elementle</a>
22+
<h2>Mouse Defense Web:</h2>
23+
<a href="https://www.firetreegames.net/MouseDefenseWeb/Build-Beta9.5.0/index.html">Mouse Defense Web</a>
24+
<h2>A Modded Room (A Dark Room Modded):</h2>
25+
<a href="https://www.firetreegames.net/adarkroommodded">ADR Modded</a>
26+
</body>
27+
</html>

games.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ <h4>Casual and fun games!</h4>
1212
<a href="index.html">Home</a>
1313
<a href="about.html">About</a>
1414
<a class="active" href="games.html">Games</a>
15-
<a href="https://www.firetreegames.net/btd6rbg">BTD6 Random Bloons Stats Generator</a>
16-
<a href="https://www.firetreegames.net/elementle">Elementle</a>
17-
<a href="https://www.firetreegames.net/MouseDefenseWeb/Build-Beta9.5.0/index.html">Mouse Defense Web</a>
15+
<a href="browsergames.html">Web Games</a>
1816
</div>
1917
<h1>Games</h1>
2018
<div class="imgSection">

index.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@ <h4>Casual and fun games!</h4>
1212
<a class="active" href="index.html">Home</a>
1313
<a href="about.html">About</a>
1414
<a href="games.html">Games</a>
15-
<a href="https://www.firetreegames.net/btd6rbg">BTD6 Random Bloons Stats Generator</a>
16-
<a href="https://www.firetreegames.net/elementle">Elementle</a>
17-
<a href="https://www.firetreegames.net/MouseDefenseWeb/Build-Beta9.5.0/index.html">Mouse Defense Web</a>
15+
<a href="browsergames.html">Web Games</a>
1816
</div>
1917
<div id="mainContent">
2018
<nav id="ftC">
2119
<h2>Featured Content!</h2>
22-
<h2><a href="https://www.firetreegames.net/elementle">Elementle</a></h2>
23-
<p>New and fun Wordle like game about elements on the periodic table!</p>
20+
<h2><a href="https://www.firetreegames.net/adarkroommodded">A Modded Room (A Dark Room Modded)</a></h2>
21+
<p>Modded version of DoubleSpeak Games "A Dark Room".</p>
2422
</nav>
2523
<img src="img/FireTreeIcon.png" width="300" height="300" alt="FireTree Games Icon" id="home"/>
2624
<h1>FireTree Games</h1>

0 commit comments

Comments
 (0)