mirror of
https://github.com/DI0IK/Aufgaben_WE_DHBW.git
synced 2025-07-05 08:48:46 +00:00
Add initial HTML structure for Web Engineering Aufgaben
This commit is contained in:
parent
a4b685ad76
commit
4c33ef84b1
1 changed files with 21 additions and 0 deletions
21
index.html
Normal file
21
index.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue