2025/index.html hinzugefügt
This commit is contained in:
29
2025/index.html
Normal file
29
2025/index.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>🎄 Bratonien Adventskalender 2025</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<!-- globale Styles -->
|
||||
<link rel="stylesheet" href="../shared/style.css">
|
||||
|
||||
<!-- jahrgangsspezifische Styles -->
|
||||
<link rel="stylesheet" href="css/main.css">
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>🎄 Bratonien Adventskalender 2025</h1>
|
||||
|
||||
<div class="kalenderbild">
|
||||
<img
|
||||
src="assets/picture/Basisbild.png"
|
||||
alt="Adventskalender Hintergrundbild"
|
||||
width="1920"
|
||||
height="1800"
|
||||
loading="lazy">
|
||||
</div>
|
||||
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user