diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/en.index.html | 1 | ||||
| -rw-r--r-- | templates/index.html | 6 | ||||
| -rw-r--r-- | templates/jp.index.html | 1 | 
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>  |