Initial Commit

This commit is contained in:
2026-01-26 08:39:33 +00:00
parent 488d459dea
commit 44d4a01722
56 changed files with 636 additions and 1 deletions

17
Hotbar.php Normal file
View File

@@ -0,0 +1,17 @@
<div class="HotbarContainer">
<div class="HotbarBackgrounds">
<div class="EmptyFiller"></div>
<img src="SiteAssets/ihbanner1.png" class="IHBanner">
</div>
<div class="HotbarContent">
<div class="LeftContent">
<img src="SiteAssets/IHlogo.png" class="IHLogo LeftHotbar">
<div class="Title LeftHotbar">Iron Horse Software</div>
</div>
<div class="RightContent">
<div class="HotbarButton RightHotbar" id="Games" onclick="document.location.href='Games.php';">Games</div>
<div class="HotbarButton RightHotbar" id="Software" onclick="document.location.href='Software.php';">Software</div>
<div class="HotbarButton RightHotbar" id="Account" onclick="document.location.href='Account.php';">Account</div>
</div>
</div>
</div>