This commit is contained in:
vista-man
2025-02-13 11:38:45 +01:00
parent 2f825ddcf9
commit 9350634b4c
5 changed files with 68 additions and 7 deletions

View File

@@ -8,6 +8,8 @@
<link rel="stylesheet" href="cart.css">
<link rel="icon" href="media/favicon.ico" type="image/x-icon">
</head>
<body>
<!-- Linkerkant menu -->
@@ -54,6 +56,7 @@
<p>&copy; 2025 Vista </p>
</footer>
</div>
<script src="script.js"></script>
<script src="cart.js"></script>
</body>