Skip to content

Commit

Permalink
add: base url
Browse files Browse the repository at this point in the history
  • Loading branch information
Luuk0510 committed Sep 24, 2024
1 parent 1be999e commit d679384
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bazaar Express Transport</title>
<link rel="stylesheet" href="assets/css/style.css">
<script type="module" src="src/app.js" defer></script>
<base href="/bazaar-transport/">
</head>
<body>
<div id="conveyor-belt-container"></div>
Expand All @@ -13,6 +15,5 @@
<button id="remove-conveyor-belt">Verwijder laatste transportband</button>
<button id="add-truck">Voeg vrachtwagen toe</button>
<button id="switch-loading-bay">Wissel laadperron</button>
<script type="module" src="src/app.js"></script>
</body>
</html>

0 comments on commit d679384

Please sign in to comment.