Files
ebay_api/index.html

15 lines
335 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your Page Title</title>
<link rel="stylesheet" href="styles/index.css">
</head>
<body>
<div>
</div>
<script src="scripts/index.js"></script>
</body>
</html>