mirror of
https://github.com/Mercantec-GHC/h4-projekt-gruppe-0-sm.git
synced 2025-04-27 16:24:07 +02:00
11 lines
210 B
HTML
11 lines
210 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<script src="product_editor.js" type="module" defer></script>
|
|
</head>
|
|
<body>
|
|
<h1>Product editor</h1>
|
|
</body>
|
|
</html>
|