Add initial HTML structure for Web Engineering Aufgaben

This commit is contained in:
Dominik 2025-02-18 13:47:25 +01:00
parent a4b685ad76
commit 4c33ef84b1

21
index.html Normal file
View file

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Web Engineering Aufgaben</title>
</head>
<body>
<h1>Web Engineering Aufgaben</h1>
<ul>
<li>
<span>PlantX</span>
<ul>
<li>
<a href="PlantX/register">Register</a>
</li>
</ul>
</li>
</ul>
</body>
</html>