This commit is contained in:
jakani24
2024-01-14 14:00:43 +01:00
parent c67393ae37
commit 50e8f26e04
4 changed files with 0 additions and 44 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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

View File

@@ -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>