Skip to content

Commit cc9ab6a

Browse files
committed
deploy: d619bb0
0 parents  commit cc9ab6a

File tree

204 files changed

+2688
-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.

204 files changed

+2688
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>翠巒祭</title>
6+
<script type="text/javascript">
7+
// Single Page Apps for GitHub Pages
8+
// https://github.com/rafrex/spa-github-pages
9+
// Copyright (c) 2016 Rafael Pedicini, licensed under the MIT License
10+
// ----------------------------------------------------------------------
11+
// This script takes the current url and converts the path and query
12+
// string into just a query string, and then redirects the browser
13+
// to the new url with only a query string and hash fragment,
14+
// e.g. http://www.foo.tld/one/two?a=b&c=d#qwe, becomes
15+
// http://www.foo.tld/?p=/one/two&q=a=b~and~c=d#qwe
16+
// Note: this 404.html file must be at least 512 bytes for it to work
17+
// with Internet Explorer (it is currently > 512 bytes)
18+
// If you're creating a Project Pages site and NOT using a custom domain,
19+
// then set segmentCount 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/?p=/one/two&q=a=b~and~c=d#qwe
24+
// Otherwise, leave segmentCount as 0.
25+
var segmentCount = 0;
26+
var l = window.location;
27+
l.replace(
28+
l.protocol +
29+
'//' +
30+
l.hostname +
31+
(l.port ? ':' + l.port : '') +
32+
l.pathname.split('/').slice(0, 1 + segmentCount).join('/') +
33+
'/?p=/' +
34+
l.pathname.slice(1).split('/').slice(segmentCount).join('/').replace(/&/g, '~and~') +
35+
(l.search ? '&q=' + l.search.slice(1).replace(/&/g, '~and~') : '') +
36+
l.hash
37+
);
38+
</script>
39+
</head>
40+
<body>
41+
</body>
42+
</html>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
shop.suiranfes.blue
30.3 KB
Binary file not shown.
10.7 KB
Binary file not shown.
12.5 KB
Binary file not shown.
43.8 KB
Binary file not shown.
15.2 KB
Binary file not shown.
18 KB
Binary file not shown.
66.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)