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

Commit 62bead1

Browse files
committed
modified: contact/index.html
modified: contact/language.json modified: index.html modified: privacy-policy/index.html
1 parent 41ae84e commit 62bead1

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

contact/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h1>Contact form (Powered by Google Forms)</h1>
7878
name="entry.2013127254"
7979
value="Scratch, GitHub, And other accounts" />
8080
<label for="contact-other"
81-
>Scratch、GitHub、その他のアカウント</label
81+
>X、GitHub、その他のアカウント</label
8282
>
8383
<br />
8484
<input

contact/language.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"en": [
33
{
44
"elem": ".description",
5-
"text": "<h2>What is it?</h2> <p>You can contact me (The Infinity's) here. </p> <p> Please feel free to contact us if you have any questions about this page or questions about Scratch, GitHub, etc. </p> <p>Also, I have a well-organized management system (there aren't that many people who send to contact), so your requests will almost certainly be granted. So please keep it coming!</p> <h2>Prohibited matters</h2> <p>・Things that put a load on the server such as spam</p> <p>The data has probably arrived, so please refrain from sending it over and over again.</p> <p> All of my websites are created for free, so there are limitations on bandwidth, etc. </p> <p>・Slander, harassment, etc.</p> <p>Block if there are too many. </p> <h2>Privacy policy</h2> <a href=\"../privacy-policy/\">It is here.</a>"
5+
"text": "<h2>What is it?</h2> <p>You can contact me (The Infinity's) here. </p> <p> Please feel free to contact us if you have any questions about this page or questions about X, GitHub, etc. </p> <p>Also, I have a well-organized management system (there aren't that many people who send to contact), so your requests will almost certainly be granted. So please keep it coming!</p> <h2>Prohibited matters</h2> <p>・Things that put a load on the server such as spam</p> <p>The data has probably arrived, so please refrain from sending it over and over again.</p> <p> All of my websites are created for free, so there are limitations on bandwidth, etc. </p> <p>・Slander, harassment, etc.</p> <p>Block if there are too many. </p> <h2>Privacy policy</h2> <a href=\"../privacy-policy/\">It is here.</a>"
66
},
77
{
88
"elem": ".Infinity-form",
9-
"text": "<form class=\"Infinity-form\" action=\"https://docs.google.com/forms/d/e/1FAIpQLSdmGSHEl34EDuIYoH9Syj4Gw6zDl3h9L7Jhq8AaLl4zusDHfA/formResponse?embedded=true\" method=\"post\"><dl><dt><label for=\"name\">Your Name (If you need email reply, please write it here too)</label><dd><input type=\"text\" name=\"entry.1952098715\" required></dl><dl><dt><label for=\"contact-method\">Contact Method</label></dt><fieldset><input type=\"radio\" id=\"contact-email\" name=\"entry.2013127254\" value=\"email\"><label for=\"contact-email\">Email</label><br><input type=\"radio\" id=\"contact-other\" name=\"entry.2013127254\" value=\"Scratch, GitHub, And other accounts\"> <label for=\"contact-other\">Scratch, GitHub, And other accounts</label><br><input type=\"radio\" id=\"contact-none\" name=\"entry.2013127254\" value=\"don't need direct reply\"> <label for=\"contact-none\">Don't need direct reply</label></fieldset></dl><dl><dt><label for=\"content\">Content</label><dd><textarea name=\"entry.1107702900\" value=\"\" required></textarea></dl><dl><dt><label for=\"review\">Review of my homepage</label><dd><textarea name=\"entry.1880154985\" value=\"\" required></textarea></dl><input id=\"Infinity-form-submit\" type=\"submit\" value=\"Submit\"></form>"
9+
"text": "<form class=\"Infinity-form\" action=\"https://docs.google.com/forms/d/e/1FAIpQLSdmGSHEl34EDuIYoH9Syj4Gw6zDl3h9L7Jhq8AaLl4zusDHfA/formResponse?embedded=true\" method=\"post\"><dl><dt><label for=\"name\">Your Name (If you need email reply, please write it here too)</label><dd><input type=\"text\" name=\"entry.1952098715\" required></dl><dl><dt><label for=\"contact-method\">Contact Method</label></dt><fieldset><input type=\"radio\" id=\"contact-email\" name=\"entry.2013127254\" value=\"email\"><label for=\"contact-email\">Email</label><br><input type=\"radio\" id=\"contact-other\" name=\"entry.2013127254\" value=\"X, GitHub, And other accounts\"> <label for=\"contact-other\">X, GitHub, And other accounts</label><br><input type=\"radio\" id=\"contact-none\" name=\"entry.2013127254\" value=\"don't need direct reply\"> <label for=\"contact-none\">Don't need direct reply</label></fieldset></dl><dl><dt><label for=\"content\">Content</label><dd><textarea name=\"entry.1107702900\" value=\"\" required></textarea></dl><dl><dt><label for=\"review\">Review of my homepage</label><dd><textarea name=\"entry.1880154985\" value=\"\" required></textarea></dl><input id=\"Infinity-form-submit\" type=\"submit\" value=\"Submit\"></form>"
1010
}
1111
]
1212
}

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
if (now.hostname == "localhost") {
1515
return true;
1616
}
17+
if (now.hostname.endsWith("devtunnels.ms")) {
18+
return true;
19+
}
1720
const params = now.searchParams;
1821
if (!params.has("no-redirect")) {
1922
window.location.href = "https://the-infinitys.f5.si" + now.pathname;

privacy-policy/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="ja">
33
<head>
4-
<title>The Infinity's template</title>
4+
<title>The Infinity's Privacy Policy</title>
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="description" content="The Infinity's privacy policy" />

0 commit comments

Comments
 (0)