Fix routing issues

This commit is contained in:
2022-07-27 20:59:48 +02:00
parent 8988bf02c0
commit 922b29519a
4 changed files with 10 additions and 12 deletions

16
add-product.html Normal file
View File

@@ -0,0 +1,16 @@
<html>
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" href="index.css"/>
<title>Product Add</title>
</head>
<body>
<div id="header">
<h1 id="title">Product Add</h1>
<div id="buttons">
<a href="/"><button>Save</button></a>
<a href="/"><button>Cancel</button></a>
</div>
</div>
</body>
</html>