WEB/Sammlung/p1/test1/content/module.html

18 lines
248 B
HTML
Raw Normal View History

2016-10-16 21:53:15 +02:00
<!DOCTYPE html>
<html>
<head>
<title>
Titel
</title>
<meta charset= "UTF-8"/>
</head>
<body>
<p>
Inhalt
</p>
<p>
<a href="/module">Modul</a>
</p>
</body>
</html>