17 lines
330 B
HTML
17 lines
330 B
HTML
<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>
|