-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.php
21 lines (21 loc) · 1.08 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Knight Manager Tutorial</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<h1>Knight Manager Tutorial</h1>
<p>German Version: <a href="/de.html">Go to German Version</a> (last change: <?php echo date('Y-m-d', filemtime('de.html')); ?>)</p>
<p>English Version: <a href="/en.html">Go to English Version</a> (in progress, last change: <?php echo date('Y-m-d', filemtime('en.html')); ?>)</p>
<h1>Contribute</h1>
<p>This tutorial can be expanded and kept up to date on GitHub.</p>
<p>If you're interested in contributing to the tutorial, please visit the following link for further instructions:</p>
<a href="https://github.com/mlosde/knightmanager-tutorial/blob/main/README.md">Instructions for contribution on GitHub Repository</a>
</body>
</html>