Skip to content

Commit

Permalink
Merge pull request #131 from quizer-app/develop
Browse files Browse the repository at this point in the history
UI changes, main page content update, profile user info and user quizes, new quiz test mode
  • Loading branch information
EloToJaa authored Mar 30, 2024
2 parents cc6b02c + df1d6d1 commit 29803f5
Show file tree
Hide file tree
Showing 116 changed files with 5,352 additions and 6,947 deletions.
27 changes: 14 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<title>Quizer</title>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet" />
</head>

<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<title>Quizer</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet" />
</head>

<body>
<div id="app"></div>
<script type="module" src="/src/app.tsx"></script>
</body>

</html>
Loading

0 comments on commit 29803f5

Please sign in to comment.