2022-07-27 11:44:08 -04:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8"/>
|
2022-07-28 01:23:22 -04:00
|
|
|
<link rel="stylesheet" href="static/index.css"/>
|
2022-07-27 11:44:08 -04:00
|
|
|
<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>
|