starting dev at installer part of server

This commit is contained in:
jakani24
2024-01-14 13:12:51 +01:00
parent 596c782243
commit 1874be2bda
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to the Cyberhex Installation</title>
<style>
body {
font-family: 'Arial', sans-serif;
text-align: center;
margin: 50px;
}
h1 {
color: #333;
}
</style>
</head>
<body>
<h1>Welcome to the Cyberhex Installation</h1>
<p>This is a simple webpage for the Cyberhex installation. Customize it as needed for your specific requirements.</p>
</body>
</html>