tutorials/frontendJS/respotify/src/index.html

12 lines
289 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Respotify</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" />
</head>
<body>
<div id="container"></div>
<script src="/bundle.js"></script>
</body>
</html>