20 lines
533 B
HTML
20 lines
533 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="styles.css">
|
|
<script src="script.js" defer></script>
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<canvas id="mycanvas"></canvas>
|
|
|
|
<div class="archive"></div>
|
|
<div class="holzwege" onclick="location.href='holzwege/index.html'"></div>
|
|
<div class="bibliographie" onclick="location.href='holzwege/bibliographie.html'"></div>
|
|
|
|
|
|
|
|
</body>
|
|
</html> |