/api added with docker

This commit is contained in:
2024-03-20 17:14:46 -05:00
parent 6dcd18600e
commit 8a360d09ee
305 changed files with 29241 additions and 13 deletions

View File

@@ -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>