ZooWebseite/JereZoo/index.html

16 lines
300 B
HTML
Raw Normal View History

2024-04-09 14:41:46 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JereZoo</title>
2024-04-09 14:55:06 +02:00
<link rel="stylesheet" href="css/layout.cssq">
2024-04-09 14:41:46 +02:00
</head>
<body>
2024-04-09 14:52:46 +02:00
<script src="js/allg.js"></script>
2024-04-09 14:41:46 +02:00
</body>
2024-04-09 14:52:46 +02:00
2024-04-09 14:41:46 +02:00
</html>