Skip to content

Commit

Permalink
Update FE
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJKM committed Nov 4, 2023
1 parent f091079 commit 5617a8b
Show file tree
Hide file tree
Showing 17 changed files with 343 additions and 0 deletions.
Binary file added assets/Framework7Icons-Regular-a42aa071.woff2
Binary file not shown.
Binary file added assets/Framework7Icons-Regular-eba1e821.woff
Binary file not shown.
310 changes: 310 additions & 0 deletions assets/index-60d4316e.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-e2789272.css

Large diffs are not rendered by default.

Binary file added assets/material-icons-8265f647.woff2
Binary file not shown.
Binary file added assets/material-icons-fd84f88b.woff
Binary file not shown.
Binary file added icons/128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/hat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Security-Policy" content="default-src * 'self' 'unsafe-inline' 'unsafe-eval' data: content:">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, viewport-fit=cover">

<meta name="theme-color" content="#fff">
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
<title>Quizzmaster</title>

<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-icon" href="icons/apple-touch-icon.png">
<link rel="icon" href="icons/favicon.png">
<script type="module" crossorigin src="/assets/index-60d4316e.js"></script>
<link rel="stylesheet" href="/assets/index-e2789272.css">
</head>
<body>
<div id="app"></div>

</body>
</html>
8 changes: 8 additions & 0 deletions silent-sso.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!DOCTYPE html>
<html lang="en">
<body>
<script>
parent.postMessage(location.href, location.origin);
</script>
</body>
</html>

0 comments on commit 5617a8b

Please sign in to comment.