39 lines
1.3 KiB
Smarty
39 lines
1.3 KiB
Smarty
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="iso-8859-1" />
|
|
<meta http-equiv="Default-Style" content="text/css" />
|
|
<link rel="stylesheet" href="./templates/Froxlor/froxlor.css" />
|
|
<!--[if IE]><link rel="stylesheet" href="./templates/Froxlor/froxlor_ie.css" /><![endif]-->
|
|
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
|
<script type="text/javascript" src="./templates/Froxlor/js/jquery.min.js"></script>
|
|
<script type="text/javascript" src="./templates/Froxlor/js/froxlor.js"></script>
|
|
<title>Froxlor Server Management Panel - Installation</title>
|
|
</head>
|
|
<body>
|
|
<div class="loginpage">
|
|
<article class="login bradius">
|
|
<header class="dark">
|
|
<img src="./images/Froxlor/logo.png" alt="Froxlor Server Management Panel" />
|
|
</header>
|
|
|
|
<section class="loginsec">
|
|
<h2>Welcome to Froxlor</h2>
|
|
<p>It seems that Froxlor has not been installed yet.</p>
|
|
<p>Click on the link below to start the installation.</p>
|
|
<p class="submit">
|
|
<a href="./install/install.php" title="Click to start the install process">Start install</a>
|
|
</p>
|
|
</section>
|
|
|
|
</article>
|
|
</div>
|
|
<footer>
|
|
<span>
|
|
Froxlor © 2009-2011 by <a href="http://www.froxlor.org/" rel="external">the Froxlor Team</a>
|
|
</span>
|
|
</footer>
|
|
</body>
|
|
</html>
|
|
|