This repository has been archived on 2020-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
ibz/web/index.html

15 lines
337 B
HTML

<!doctype html>
<html>
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.css">
<head>
<title></title>
</head>
<body>
<ul>
<li><a href="aufgaben_tag1.html" target="_blank">Aufgaben Tag 1</a></li>
<li><a href="html_elements.html" target="_blank">HTML Elemente</a></li>
</ul>
</body>
</html>