Skip to content

Commit

Permalink
adding view high scores and timing
Browse files Browse the repository at this point in the history
  • Loading branch information
eleazarf committed Jul 5, 2023
1 parent 1f4d19e commit 8d384fe
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>

<head>
<title>Web APIs Challenge: Code Quiz</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="./assets/css/reset.css" />
<link rel="stylesheet" type="text/css" href="./assets/css/style.css" />
</head>

<body>
<header>
<div>
<a>View high scores</a>
</div>
<div>
Time: 75
</div>
</header>
</body>

</html>

0 comments on commit 8d384fe

Please sign in to comment.