Skip to content

Commit

Permalink
Update index3.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mngz47 authored Feb 19, 2024
1 parent 48ccb01 commit b828ee0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index3.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
<script src=rr/api.js ></script>


<div id=start style="position: absolute;background-color:rgba(0,0,0,0.3);width:100%;height:100%;" >
<div id=start style="position: absolute;background-color:rgba(0,0,0,0.7);width:100%;height:100%;" >

<div style="margin:auto;text-align:center;width:400px;" >
<div style="margin:auto;text-align:center;width:400px;margin-top:300px;padding:20px;" >
<p>Avoid the obstacle and make it through the seven stages.</p>
<a href=# onclick="start();return false;" class="btn" >Start</a>
<a href=# onclick="challenge();return false;" class="btn" >Challenge</a>
</div>
Expand Down

0 comments on commit b828ee0

Please sign in to comment.