aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-04-20 15:46:06 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-04-20 15:46:06 +0530
commitaa15d59e35523c7210e962ab367e56f68467317b (patch)
treea1dbaeeb4b1d803d3fc9a6de3637f90de89daf79 /templates
parent9b9875c34b336fac5932d514746be7c1470dce54 (diff)
styled the form and completed the mechanism to only render page on midnightHEADmaster
Diffstat (limited to 'templates')
-rw-r--r--templates/en.index.html1
-rw-r--r--templates/index.html6
-rw-r--r--templates/jp.index.html1
3 files changed, 8 insertions, 0 deletions
diff --git a/templates/en.index.html b/templates/en.index.html
index a948e84..115c56a 100644
--- a/templates/en.index.html
+++ b/templates/en.index.html
@@ -4,6 +4,7 @@
<title>Hell Correspondence</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
+ <script src="/scripts/CheckTime.js"></script>
</head>
<body>
<div>
diff --git a/templates/index.html b/templates/index.html
index c1c06fc..0a93a47 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -4,9 +4,15 @@
<title>Hell Correspondence (new ver.)</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
+ <script src="/scripts/CheckTime.js"></script>
</head>
<body>
<div class="navbar">
+ <p>HELL-LINK</p>
+ <nav>
+ <a href="/old/en">Classic-EN</a>
+ <a href="/old/jp">Classic-JP</a>
+ </nav>
</div>
<div class="root">
<div class="content">
diff --git a/templates/jp.index.html b/templates/jp.index.html
index 08ac0b1..6e44f39 100644
--- a/templates/jp.index.html
+++ b/templates/jp.index.html
@@ -4,6 +4,7 @@
<title>Hell Correspondence</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1" />
+ <script src="/scripts/CheckTime.js"></script>
</head>
<body>
<div>