Skip to content

Commit

Permalink
Adding menu to Simulator
Browse files Browse the repository at this point in the history
Adding menu to Simulator tag:v3.0.0
  • Loading branch information
Isaaker committed Nov 24, 2023
1 parent 68fa911 commit 0c8db4e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion home.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<main>
<header>
<img src="/images/Archery_Ghost_Simulator.png" alt="ghost simulator logo" width="40" height="40"></img>
<a href="./"><img src="/images/Archery_Ghost_Simulator.png" alt="ghost simulator logo" width="40" height="40"></img></a>
Archery Ghost Simulator
<div class="UI_icons">
<a href="/about.html"><img src="/images/ui_icons/info.svg" alt="about"><img></a>
Expand Down
13 changes: 13 additions & 0 deletions simulator.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,26 @@

<!--- CSS Style --->
<link rel="stylesheet" type="text/css" href="./simulator.css">
<link rel="stylesheet" type="text/css" href="menu.css">


<title>Ghost Archery Simulator</title>
</head>

<main>
<body>

<header>
<a href="./"><img src="/images/Archery_Ghost_Simulator.png" alt="ghost simulator logo" width="40" height="40"></img></a>
Archery Ghost Simulator
<div class="UI_icons">
<a href="/about.html"><img src="/images/ui_icons/info.svg" alt="about"><img></a>
<a href="/settings.html"><img src="/images/ui_icons/settings.svg" alt="settings"><img></a>
<a href="https://ghostsimulator.eu.auth0.com/oidc/logout"><img src="/images/ui_icons/log-out.svg" alt="logout"><img></a>
</div>

</header>

<!--- Unsaved Changes Alert --->

<script>
Expand Down

0 comments on commit 0c8db4e

Please sign in to comment.