Version alpha
This commit is contained in:
parent
54c24457e9
commit
c4b001c253
40 changed files with 9954 additions and 1317 deletions
17
maintenance.php
Executable file
17
maintenance.php
Executable file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
?>
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Minecraft Checker - Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Minecraft Checker - Maintenance</h1>
|
||||
<div>
|
||||
<p>Minecraft Checker is currently in maintenance. It will be back soon.</p>
|
||||
<p>Minecraft Checker est en mantenance. Il reviendra sous peu. Pour plus d'informations, consultez le compte twitter de @WebFrogeye.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in a new issue