tutorials/frontendJS/respotify/src/index.html

12 lines
205 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Respotify</title>
<meta charset="utf-8" />
</head>
<body>
<h1>Respotify</h1>
<div id="container"></div>
<script src="/bundle.js"></script>
</body>
</html>