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; cursor: pointer;
} }
footer { footer {
background-color: #333;
color: white;
text-align: center; text-align: center;
position: fixed; position: fixed;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
}
header {
background-color: #333;
color: white;
text-align: center;
width:100%
} }
</style> </style>
</head> </head>
<body> <body>
<header>
<p>Cyberhex installation (step 3/4)</p>
</header>
<h1>Please create an admin user:</h1> <h1>Please create an admin user:</h1>
<form action="create_admin.php?create=true" method="post"> <form action="create_admin.php?create=true" method="post">
<label for="username">Username:</label> <label for="username">Username:</label>

View File

@@ -15,25 +15,14 @@
color: #333; color: #333;
} }
footer { footer {
background-color: #333;
color: white;
text-align: center; text-align: center;
position: fixed; position: fixed;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
}
header {
background-color: #333;
color: white;
text-align: center;
width:100%
} }
</style> </style>
</head> </head>
<body> <body>
<header>
<p>Cyberhex installation (step 2/4)</p>
</header>
<h1>We are creating the databases used in cyberhex, please stand by</h1> <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> <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; color: #333;
} }
footer { footer {
background-color: #333;
color: white;
text-align: center; text-align: center;
position: fixed; position: fixed;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
}
header {
background-color: #333;
color: white;
text-align: center;
width:100%
} }
</style> </style>
</head> </head>
<body> <body>
<header>
<p>Cyberhex installation (step 4/4)</p>
</header>
<h1>You have installed cyberhex! Thank you for choosing us!</h1> <h1>You have installed cyberhex! Thank you for choosing us!</h1>
<a href="end.php?end=true">Finish installation.</a> <a href="end.php?end=true">Finish installation.</a>
<?php <?php

View File

@@ -14,25 +14,14 @@
color: #333; color: #333;
} }
footer { footer {
background-color: #333;
color: white;
text-align: center; text-align: center;
position: fixed; position: fixed;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
}
header {
background-color: #333;
color: white;
text-align: center;
width:100%
} }
</style> </style>
</head> </head>
<body> <body>
<header>
<p>Cyberhex installation (step 1/4)</p>
</header>
<h1>Welcome to the Cyberhex Installation</h1> <h1>Welcome to the Cyberhex Installation</h1>
<p>The installer will guide you through the installation.</p> <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> <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>