forked from WEB-IMB-WS2526/lab-development-imb
17 lines
343 B
HTML
17 lines
343 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="styles_uebung03.css">
|
|
<title>Adventskalender</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Adventskalender</h1>
|
|
<div id="kalender"></div>
|
|
<script src="uebung03.js"></script>
|
|
</body>
|
|
|
|
</html> |