Skip to content

Commit

Permalink
Update index.html for home navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
dharshini2022 authored May 28, 2024
1 parent c1bab40 commit bb5201a
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions Games/Master_Typing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,23 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="/assets/images/Master_Typing.png" />
<div style="text-align: left; margin-left: -1400px;
margin-top: 10px;
font-size: 30px;
padding: 5px; "><a href="https://kunjgit.github.io/GameZone/"><i style="color:white;" class="fas fa-home home-icon"></i></a></div>
<navbar class="menu">
</head>
<body>
<div class="details_div">
<div class="home_btn">
<a href="https://kunjgit.github.io/GameZone/">
<i style="color:white;" class="fas fa-home home-icon"></i>
</a>
</div>
<div class="load">
<h1>MASTER TYPING</h1>
<hr>
</div>

<div class="menu">
<p>click here for <a href="./rules.html">instructions</a></p>
</navbar>

<div class ="load">
<h1>MASTER TYPING</h1>
<hr>
</div>
<hr>


</div>
</div>

<div class="container">
<!-- for timer and assessment section-->
Expand Down Expand Up @@ -126,8 +128,8 @@ <h1 class="title">Hands on the keyboard 👀</h1>
<!-- Content will be added dynamically -->
</div>
</div>
<div class="score">0</div>
<div class="stage"></div>
<!-- <div class="score">0</div> -->
<!-- <div class="stage"></div> -->

<div class="rating-prompt" id="ratingPrompt">
<div class="rating-container">
Expand Down Expand Up @@ -171,5 +173,5 @@ <h1>Write Your Feedback</h1>

<script src="path/to/your/javascript/file.js"></script>
<script src="script.js"></script>
</head>
</body>
</html>

0 comments on commit bb5201a

Please sign in to comment.