Skip to content

Commit 657df39

Browse files
committed
Deploy to GitHub pages
0 parents  commit 657df39

File tree

123 files changed

+2955
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+2955
-0
lines changed

404.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Single Page Apps for GitHub Pages</title>
6+
<script type="text/javascript">
7+
// Single Page Apps for GitHub Pages
8+
// MIT License
9+
// https://github.com/rafgraph/spa-github-pages
10+
// This script takes the current url and converts the path and query
11+
// string into just a query string, and then redirects the browser
12+
// to the new url with only a query string and hash fragment,
13+
// e.g. https://www.foo.tld/one/two?a=b&c=d#qwe, becomes
14+
// https://www.foo.tld/?/one/two&a=b~and~c=d#qwe
15+
// Note: this 404.html file must be at least 512 bytes for it to work
16+
// with Internet Explorer (it is currently > 512 bytes)
17+
18+
// If you're creating a Project Pages site and NOT using a custom domain,
19+
// then set pathSegmentsToKeep to 1 (enterprise users may need to set it to > 1).
20+
// This way the code will only replace the route part of the path, and not
21+
// the real directory in which the app resides, for example:
22+
// https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
23+
// https://username.github.io/repo-name/?/one/two&a=b~and~c=d#qwe
24+
// Otherwise, leave pathSegmentsToKeep as 0.
25+
var pathSegmentsToKeep = 1;
26+
27+
var l = window.location;
28+
l.replace(
29+
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
30+
l.pathname.split('/').slice(0, 1 + pathSegmentsToKeep).join('/') + '/?/' +
31+
l.pathname.slice(1).split('/').slice(pathSegmentsToKeep).join('/').replace(/&/g, '~and~') +
32+
(l.search ? '&' + l.search.slice(1).replace(/&/g, '~and~') : '') +
33+
l.hash
34+
);
35+
36+
</script>
37+
</head>
38+
<body>
39+
</body>
40+
</html>

asset-manifest.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"files": {
3+
"main.css": "/mob-programming-rpg/static/css/main.0f6635f5.css",
4+
"main.js": "/mob-programming-rpg/static/js/main.20c08989.js",
5+
"static/media/sea-waves-bg.png": "/mob-programming-rpg/static/media/sea-waves-bg.1305269efbea1b69b249.png",
6+
"static/media/border-image-golden2.png": "/mob-programming-rpg/static/media/border-image-golden2.46c876a09f390e28b086.png",
7+
"static/media/border-image-grey.png": "/mob-programming-rpg/static/media/border-image-grey.2374b131df7f4287987f.png",
8+
"static/media/border-image-golden.png": "/mob-programming-rpg/static/media/border-image-golden.6cbd0e7070bf9898fb40.png",
9+
"index.html": "/mob-programming-rpg/index.html",
10+
"main.0f6635f5.css.map": "/mob-programming-rpg/static/css/main.0f6635f5.css.map",
11+
"main.20c08989.js.map": "/mob-programming-rpg/static/js/main.20c08989.js.map"
12+
},
13+
"entrypoints": [
14+
"static/css/main.0f6635f5.css",
15+
"static/js/main.20c08989.js"
16+
]
17+
}

favicon.png

25.3 KB

img/avatars/dar1.png

1.78 KB

img/avatars/dev.png

1.82 KB

img/avatars/dodo.png

1.28 KB

img/avatars/drk1.png

1.97 KB

img/avatars/drk2.png

2.32 KB

img/avatars/gol1.png

1.82 KB

img/avatars/gzn1.png

1.66 KB

0 commit comments

Comments
 (0)