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

19 lines
355 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Übersicht</title>
<link rel="stylesheet" href="_assets/main.css" />
</head>
<body>
<h1>Folien Übersicht</h1>
<ul>
<li>
<a href="_template/index.html">Template</a>
</li>
</ul>
</body>
</html>