Skip to content

Commit

Permalink
Compile assets for GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
artnc committed Jun 1, 2024
1 parent 8188e5a commit 28b5df5
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 0 deletions.
Binary file added img/screenshot-dark.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 img/screenshot-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Triviality</title>
<link rel="icon" type="image/x-icon" href="trivia/favicon.ico" />
<link rel="stylesheet" type="text/css" href="trivia/styles.css" />
</head>
<body>
<div id="root"></div>
<script src="trivia/bundle.js"></script>
</body>
</html>
29 changes: 29 additions & 0 deletions trivia/bundle.js

Large diffs are not rendered by default.

Binary file added trivia/favicon.ico
Binary file not shown.
Binary file added trivia/sounds/button.wav
Binary file not shown.
Binary file added trivia/sounds/erase.wav
Binary file not shown.
Binary file added trivia/sounds/error.wav
Binary file not shown.
Binary file added trivia/sounds/hint.wav
Binary file not shown.
Binary file added trivia/sounds/letter.wav
Binary file not shown.
Binary file added trivia/sounds/win.wav
Binary file not shown.
1 change: 1 addition & 0 deletions trivia/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 28b5df5

Please sign in to comment.