Skip to content
This repository was archived by the owner on May 13, 2018. It is now read-only.

Commit 3cea305

Browse files
committed
パス修正。
1 parent e228d28 commit 3cea305

13 files changed

Lines changed: 39 additions & 39 deletions

File tree

404.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@
33
<HTML>
44
<Head>
55
<Meta Charset = "UTF-8" />
6-
<Meta Http-Equiv = "Refresh" Content = "5;URL=/" />
7-
<Link Rel = "Shortcut Icon" Href = "/Error/favicon.ico" />
6+
<Meta Http-Equiv = "Refresh" Content = "5;URL=/SimpleThread/" />
7+
<Link Rel = "Shortcut Icon" Href = "/SimpleThread/Error/favicon.ico" />
88

99
<Title>404 Not Found</Title>
1010

1111
<Link Rel = "StyleSheet" Href = "https://genbuproject.github.io/Programs/StyleSheets/Back.css" />
1212

13-
<Script Src = "/Error/Main.js"></Script>
14-
<Link Rel = "StyleSheet" Href = "/Error/Main.css" />
13+
<Script Src = "/SimpleThread/Error/Main.js"></Script>
14+
<Link Rel = "StyleSheet" Href = "/SimpleThread/Error/Main.css" />
1515
</Head>
1616

1717
<Body>
1818
<Div Class = "Title">
19-
<Img Src = "/Error/favicon.ico" Width = "64" Height = "64" />404 Not Found
19+
<Img Src = "/SimpleThread/Error/favicon.ico" Width = "64" Height = "64" />404 Not Found
2020
</Div>
2121

2222
<Div Class = "Message">
2323
<P>
2424
お探しのページが見つかりませんでした。
2525
</P>
2626

27-
5秒後に<A Href = "/" Target = "_parent">メインページ</A>へ移動します…
27+
5秒後に<A Href = "/SimpleThread/" Target = "_parent">メインページ</A>へ移動します…
2828
</Div>
2929
</Body>
3030
</HTML>

Core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ window.base = parent.base || {};
22

33
window.addEventListener("DOMContentLoaded", () => {
44
if (!base.Database) {
5-
location.href = "/Error/403.10/";
5+
location.href = "/SimpleThread/Error/403.10/";
66
}
77

88
DOM('@A[Href]:Not([Target]):Not([Href^="javascript:"])').forEach((elem) => {

Error/401/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
<HTML>
44
<Head>
55
<Meta Charset = "UTF-8" />
6-
<Meta Http-Equiv = "Refresh" Content = "5;URL=/" />
7-
<Link Rel = "Shortcut Icon" Href = "/Error/favicon.ico" />
6+
<Meta Http-Equiv = "Refresh" Content = "5;URL=/SimpleThread/" />
7+
<Link Rel = "Shortcut Icon" Href = "/SimpleThread/Error/favicon.ico" />
88

99
<Title>401 Required Authorization</Title>
1010

1111
<Link Rel = "StyleSheet" Href = "https://genbuproject.github.io/Programs/StyleSheets/Back.css" />
1212

13-
<Script Src = "/Error/Main.js"></Script>
14-
<Link Rel = "StyleSheet" Href = "/Error/Main.css" />
13+
<Script Src = "/SimpleThread/Error/Main.js"></Script>
14+
<Link Rel = "StyleSheet" Href = "/SimpleThread/Error/Main.css" />
1515
</Head>
1616

1717
<Body>
1818
<Div Class = "Title">
19-
<Img Src = "/Error/favicon.ico" Width = "64" Height = "64" />401 Required Authorization
19+
<Img Src = "/SimpleThread/Error/favicon.ico" Width = "64" Height = "64" />401 Required Authorization
2020
</Div>
2121

2222
<Div Class = "Message">
@@ -25,7 +25,7 @@
2525
ログインしてからご利用ください。
2626
</P>
2727

28-
5秒後に<A Href = "/" Target = "_parent">メインページ</A>へ移動します…
28+
5秒後に<A Href = "/SimpleThread/" Target = "_parent">メインページ</A>へ移動します…
2929
</Div>
3030
</Body>
3131
</HTML>

Error/403.10/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@
33
<HTML>
44
<Head>
55
<Meta Charset = "UTF-8" />
6-
<Meta Http-Equiv = "Refresh" Content = "5;URL=/" />
7-
<Link Rel = "Shortcut Icon" Href = "/Error/favicon.ico" />
6+
<Meta Http-Equiv = "Refresh" Content = "5;URL=/SimpleThread/" />
7+
<Link Rel = "Shortcut Icon" Href = "/SimpleThread/Error/favicon.ico" />
88

99
<Title>403 Not Allowed</Title>
1010

1111
<Link Rel = "StyleSheet" Href = "https://genbuproject.github.io/Programs/StyleSheets/Back.css" />
1212

13-
<Script Src = "/Error/Main.js"></Script>
14-
<Link Rel = "StyleSheet" Href = "/Error/Main.css" />
13+
<Script Src = "/SimpleThread/Error/Main.js"></Script>
14+
<Link Rel = "StyleSheet" Href = "/SimpleThread/Error/Main.css" />
1515
</Head>
1616

1717
<Body>
1818
<Div Class = "Title">
19-
<Img Src = "/Error/favicon.ico" Width = "64" Height = "64" />403 Not Allowed
19+
<Img Src = "/SimpleThread/Error/favicon.ico" Width = "64" Height = "64" />403 Not Allowed
2020
</Div>
2121

2222
<Div Class = "Message">
2323
<P>
2424
正規ルートでのアクセスが確認できませんでした。
2525
</P>
2626

27-
5秒後に<A Href = "/" Target = "_parent">メインページ</A>へ移動します…
27+
5秒後に<A Href = "/SimpleThread/" Target = "_parent">メインページ</A>へ移動します…
2828
</Div>
2929
</Body>
3030
</HTML>

Error/406/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
<HTML>
44
<Head>
55
<Meta Charset = "UTF-8" />
6-
<Meta Http-Equiv = "Refresh" Content = "5;URL=/" />
7-
<Link Rel = "Shortcut Icon" Href = "/Error/favicon.ico" />
6+
<Meta Http-Equiv = "Refresh" Content = "5;URL=/SimpleThread/" />
7+
<Link Rel = "Shortcut Icon" Href = "/SimpleThread/Error/favicon.ico" />
88

99
<Title>406 Not Acceptable</Title>
1010

1111
<Link Rel = "StyleSheet" Href = "https://genbuproject.github.io/Programs/StyleSheets/Back.css" />
1212

13-
<Script Src = "/Error/Main.js"></Script>
14-
<Link Rel = "StyleSheet" Href = "/Error/Main.css" />
13+
<Script Src = "/SimpleThread/Error/Main.js"></Script>
14+
<Link Rel = "StyleSheet" Href = "/SimpleThread/Error/Main.css" />
1515
</Head>
1616

1717
<Body>
1818
<Div Class = "Title">
19-
<Img Src = "/Error/favicon.ico" Width = "64" Height = "64" />406 Not Acceptable
19+
<Img Src = "/SimpleThread/Error/favicon.ico" Width = "64" Height = "64" />406 Not Acceptable
2020
</Div>
2121

2222
<Div Class = "Message">
@@ -25,7 +25,7 @@
2525
不正なリクエストが送信された可能性があります。
2626
</P>
2727

28-
5秒後に<A Href = "/" Target = "_parent">メインページ</A>へ移動します…
28+
5秒後に<A Href = "/SimpleThread/" Target = "_parent">メインページ</A>へ移動します…
2929
</Div>
3030
</Body>
3131
</HTML>

Error/Main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
setTimeout(() => {
2-
window.open("/", "_parent");
2+
window.open("/SimpleThread/", "_parent");
33
}, 5000);

Profile/Profile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
window.addEventListener("DOMContentLoaded", () => {
22
if (!base.user) {
3-
location.href = "/Error/401/";
3+
location.href = "/SimpleThread/Error/401/";
44
}
55

66
DOM("#Profile_Info_Name").classList.add("is-dirty"),

Profile/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<Script Src = "https://www.gstatic.com/firebasejs/4.2.0/firebase.js"></Script>
1616
<Script Src = "https://genbuproject.github.io/Programs/FirebasePlus.js"></Script>
1717

18-
<Script Src = "/Core.js"></Script>
19-
<Link Rel = "StyleSheet" Href = "/Core.css" />
18+
<Script Src = "/SimpleThread/Core.js"></Script>
19+
<Link Rel = "StyleSheet" Href = "/SimpleThread/Core.css" />
2020

2121
<Script Src = "Profile.js"></Script>
2222
<Link Rel = "StyleSheet" Href = "Profile.css" />

Thread/Viewer/Viewer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ window.addEventListener("DOMContentLoaded", () => {
22
let querys = location.querySort();
33

44
if (!querys.TID) {
5-
location.href = "/Error/406/"
5+
location.href = "/SimpleThread/Error/406/"
66
}
77

88
base.Database.get(base.Database.ONCE, "threads/" + querys.TID + "/data", (res) => {

Thread/Viewer/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<Script Src = "https://www.gstatic.com/firebasejs/4.2.0/firebase.js"></Script>
1616
<Script Src = "https://genbuproject.github.io/Programs/FirebasePlus.js"></Script>
1717

18-
<Script Src = "/Core.js"></Script>
19-
<Link Rel = "StyleSheet" Href = "/Core.css" />
18+
<Script Src = "/SimpleThread/Core.js"></Script>
19+
<Link Rel = "StyleSheet" Href = "/SimpleThread/Core.css" />
2020

2121
<Script Src = "Viewer.js"></Script>
2222
<Link Rel = "StyleSheet" Href = "Viewer.css" />
@@ -33,7 +33,7 @@
3333
</Script>
3434
</Head>
3535

36-
<Body Style = 'Background: URL("../../Assets/Images/Back.jpg")'>
36+
<Body Style = 'Background: URL("/SimpleThread/Assets/Images/Back.jpg")'>
3737
<Div Class = "mdl-grid">
3838
<Div ID = "Thread" Class = "mdl-cell mdl-cell--2-offset mdl-cell--8-col mdl-shadow--4dp mdl-color--white mdl-color-text--grey-800">
3939
<Div UUID = "Thread_Post" Class = "mdl-card mdl-shadow--2dp" Data-UID = "N4YbrYALWxeHLmhYx4bMfNDi7f22">

0 commit comments

Comments
 (0)