/api added with docker
This commit is contained in:
10
index.html
10
index.html
@@ -3,12 +3,18 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Your Page Title</title>
|
||||
<title>Average eBay Price</title>
|
||||
<link rel="stylesheet" href="styles/index.css">
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
|
||||
<form>
|
||||
<fieldset>
|
||||
<legend>Enter Product Code</legend>
|
||||
<input name="productCode" type="text" id="productCode">
|
||||
<button id="submitProductCode">Submit</button>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
<script src="scripts/index.js"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user