Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Alok-2002 committed May 18, 2023
1 parent e008ad9 commit 54396cf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Quizzify</title>
<link rel="stylesheet" href="./app.css" />
<link rel="icon" type="image/jpg" href="./assets/logo.jpg">
</head>
<body>
<div class="container">
<div id="home" class="flex-center flex-column">
<h1>The Quizzify Game</h1>
<a class="btn" href="./game.html">Play</a>
<a class="btn" href="./highscores.html">High Scores</a>
</div>
</div>
</body>
</html>

0 comments on commit 54396cf

Please sign in to comment.