Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dekoms committed Jun 3, 2024
1 parent 942c03f commit 5fd6e74
Show file tree
Hide file tree
Showing 8 changed files with 220 additions and 1 deletion.
16 changes: 16 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0; URL=./" />
<script>
// Query parameters and hash preservation
window.location.href =
window.location.origin +
window.location.pathname.replace(/404.html$/, '') +
window.location.search +
window.location.hash;
</script>
</head>
<body></body>
</html>
1 change: 0 additions & 1 deletion README.md

This file was deleted.

10 changes: 10 additions & 0 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"files": {
"main.js": "https://TwoSSome.github.io/poompoom-web/static/js/main.b821de3b.js",
"index.html": "https://TwoSSome.github.io/poompoom-web/index.html",
"main.b821de3b.js.map": "https://TwoSSome.github.io/poompoom-web/static/js/main.b821de3b.js.map"
},
"entrypoints": [
"static/js/main.b821de3b.js"
]
}
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><title>Poom Poom</title><link rel="stylesheet" href="https://TwoSSome.github.io/poompoom-web/reset.css"/><script defer="defer" src="https://TwoSSome.github.io/poompoom-web/static/js/main.b821de3b.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
117 changes: 117 additions & 0 deletions reset.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
font-family: Arial, sans-serif;
height: 100vh;
overflow-y: scroll;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
img {
border-style: none;
vertical-align: middle;
}
3 changes: 3 additions & 0 deletions static/js/main.b821de3b.js

Large diffs are not rendered by default.

72 changes: 72 additions & 0 deletions static/js/main.b821de3b.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @remix-run/router v1.16.1
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/

/**
* React Router DOM v6.23.1
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/

/**
* React Router v6.23.1
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/
1 change: 1 addition & 0 deletions static/js/main.b821de3b.js.map

Large diffs are not rendered by default.

0 comments on commit 5fd6e74

Please sign in to comment.