style
This commit is contained in:
@@ -35,25 +35,14 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
footer {
|
||||
background-color: #333;
|
||||
color: white;
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
}
|
||||
header {
|
||||
background-color: #333;
|
||||
color: white;
|
||||
text-align: center;
|
||||
width:100%
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<p>Cyberhex installation (step 3/4)</p>
|
||||
</header>
|
||||
<h1>Please create an admin user:</h1>
|
||||
<form action="create_admin.php?create=true" method="post">
|
||||
<label for="username">Username:</label>
|
||||
|
||||
@@ -15,25 +15,14 @@
|
||||
color: #333;
|
||||
}
|
||||
footer {
|
||||
background-color: #333;
|
||||
color: white;
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
}
|
||||
header {
|
||||
background-color: #333;
|
||||
color: white;
|
||||
text-align: center;
|
||||
width:100%
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<p>Cyberhex installation (step 2/4)</p>
|
||||
</header>
|
||||
<h1>We are creating the databases used in cyberhex, please stand by</h1>
|
||||
<br>If the creation fails, please wait a minute and try again. The database server might still be starting at the time.</p>
|
||||
|
||||
|
||||
@@ -14,25 +14,14 @@
|
||||
color: #333;
|
||||
}
|
||||
footer {
|
||||
background-color: #333;
|
||||
color: white;
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
}
|
||||
header {
|
||||
background-color: #333;
|
||||
color: white;
|
||||
text-align: center;
|
||||
width:100%
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<p>Cyberhex installation (step 4/4)</p>
|
||||
</header>
|
||||
<h1>You have installed cyberhex! Thank you for choosing us!</h1>
|
||||
<a href="end.php?end=true">Finish installation.</a>
|
||||
<?php
|
||||
|
||||
@@ -14,25 +14,14 @@
|
||||
color: #333;
|
||||
}
|
||||
footer {
|
||||
background-color: #333;
|
||||
color: white;
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
}
|
||||
header {
|
||||
background-color: #333;
|
||||
color: white;
|
||||
text-align: center;
|
||||
width:100%
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<p>Cyberhex installation (step 1/4)</p>
|
||||
</header>
|
||||
<h1>Welcome to the Cyberhex Installation</h1>
|
||||
<p>The installer will guide you through the installation.</p>
|
||||
<p>If there are any errors during installation or you are stuck, please contatact <a href="mailto:info.jakach@gmail.com">info.jakach@gmail.com</a></p>
|
||||
|
||||
Reference in New Issue
Block a user