Initial Commit
This commit is contained in:
17
Hotbar.php
Normal file
17
Hotbar.php
Normal 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>
|
||||
Reference in New Issue
Block a user