diff options
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"> |