Add index.html

This commit is contained in:
2026-06-15 19:24:40 +02:00
parent d232ba8060
commit ec7239c9fc
+19
View File
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>On-Call Management</title>
<style>
body { font-family: Arial, sans-serif; text-align: center; margin-top: 50px; }
.container { border: 1px solid #ccc; padding: 20px; display: inline-block; }
</style>
</head>
<body>
<div class="container">
<h1>On-Call & Leave Management</h1>
<p>Welcome to the management application.</p>
<button>Check Schedule</button>
</div>
</body>
</html>