diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-04-20 15:46:06 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-04-20 15:46:06 +0530 |
commit | aa15d59e35523c7210e962ab367e56f68467317b (patch) | |
tree | a1dbaeeb4b1d803d3fc9a6de3637f90de89daf79 /templates/index.html | |
parent | 9b9875c34b336fac5932d514746be7c1470dce54 (diff) |
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
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"> |