Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
riocoder7 authored May 30, 2024
1 parent a7a177c commit ab18971
Showing 1 changed file with 36 additions and 51 deletions.
87 changes: 36 additions & 51 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,57 +1,42 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="main.css">



<body>

<div id="main">

<div id="penal">
<div id="maintop">


<div class="elem">
<h2> Hit</h2>
<div id="presshit" class="box">5</div>
</div>

<div class="elem">
<h2> Timer</h2>
<div id="times" class="box">60</div>
</div>

<div class="elem">
<h2> Score</h2>
<div id="scorevar" class="box">0</div>
</div>

<div id="navbar">

<div style="font-size: xx-large;"> Rio coder</div>

<!-- <div>
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Contact</a>
<a href="#">Help</a>
</div> -->
</div>

<div id="mainbubble">
<!-- <div class="bubble">5</div> -->

</div>
<div id="main">
<div id="penal">
<div id="maintop">
<div class="elem">
<h2>Hit</h2>
<div id="presshit" class="box">5</div>
</div>

<div class="elem">
<h2>Timer</h2>
<div id="times" class="box">60</div>
</div>

<div class="elem">
<h2>Score</h2>
<div id="scorevar" class="box">0</div>
</div>
</div>

<div id="mainbubble">
<!-- <div class="bubble">5</div> -->
</div>
</div>
</div>


</div>


<script src="main.js"> </script>

<script>


</script>


</body>
</html>
<div id="footer">

&copy; 2024 by Rio coder . All rights reserved.

</div>

0 comments on commit ab18971

Please sign in to comment.