This commit is contained in:
HerzogDev
2026-03-16 16:49:03 +01:00
parent 4c9088b440
commit 8907a0adce
101 changed files with 129129 additions and 0 deletions

17
16.03/index.html Normal file
View File

@@ -0,0 +1,17 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Erweiteres Grundgerüst</title>
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="container"></div>
<script src="jquery.js"></script>
<script src="js/bootstrap.bundle.js"></script>
<script src="script.js"></script>
</body>
</html>