Skip to content

Commit

Permalink
[5b508ae] webapp: remember save file name for download
Browse files Browse the repository at this point in the history
  • Loading branch information
roccodev committed Sep 3, 2023
0 parents commit b7b1eba
Show file tree
Hide file tree
Showing 8 changed files with 1,271 additions and 0 deletions.
14 changes: 14 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html><html class="has-aside-left has-aside-mobile-transition has-navbar-fixed-top has-aside-expanded has-navbar-fixed-top"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" href="/recordkeeper/index-2575324cfee4463a.css">
<link rel="stylesheet" href="/recordkeeper/override-770b5a77f2ae864a.css">

<link rel="preload" href="/recordkeeper/webapp-592be2d41aec6210_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/recordkeeper/webapp-592be2d41aec6210.js"></head>

<body class="has-navbar-fixed-top">


<script type="module">import init from '/recordkeeper/webapp-592be2d41aec6210.js';init('/recordkeeper/webapp-592be2d41aec6210_bg.wasm');</script></body></html>
1 change: 1 addition & 0 deletions index-2575324cfee4463a.css

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html><html class="has-aside-left has-aside-mobile-transition has-navbar-fixed-top has-aside-expanded has-navbar-fixed-top"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" href="/recordkeeper/index-2575324cfee4463a.css">
<link rel="stylesheet" href="/recordkeeper/override-770b5a77f2ae864a.css">

<link rel="preload" href="/recordkeeper/webapp-592be2d41aec6210_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/recordkeeper/webapp-592be2d41aec6210.js"></head>

<body class="has-navbar-fixed-top">


<script type="module">import init from '/recordkeeper/webapp-592be2d41aec6210.js';init('/recordkeeper/webapp-592be2d41aec6210_bg.wasm');</script></body></html>
8 changes: 8 additions & 0 deletions override-770b5a77f2ae864a.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.modal-close {
display: none;
}

.recordkeeper-item-id {
text-align: end;
width: 100%;
}
Binary file added res/game_data.bin
Binary file not shown.
Binary file added res/lang_gb.bin
Binary file not shown.
Loading

0 comments on commit b7b1eba

Please sign in to comment.