|
<!DOCTYPE html>
|
|
<html lang="de">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<script src="hello.js"></script>
|
|
<title>Hello Studierende</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Grüße an alle Studierenden</h1>
|
|
</body>
|
|
|
|
</html> |