mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 21:36:27 +01:00
Refactor shopping cart functionality and styles; add new cart.js and cart.css files
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Het hoofdmenu van de Mees</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="stylesheet" href="cart.css">
|
||||
<link rel="icon" href="media/favicon.ico" type="image/x-icon">
|
||||
</head>
|
||||
<body>
|
||||
@@ -51,4 +52,5 @@
|
||||
|
||||
</body>
|
||||
<script src="script.js"></script>
|
||||
<script src="cart.js"></script>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user