tutorials/frontendJS/respotify/src/index.html

12 lines
289 B
HTML
Raw Normal View History

2016-08-03 20:38:01 -04:00
<!DOCTYPE html>
<html>
<head>
<title>Respotify</title>
<meta charset="utf-8" />
2016-08-24 13:48:35 -04:00
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" />
2016-08-03 20:38:01 -04:00
</head>
<body>
<div id="container"></div>
<script src="/bundle.js"></script>
</body>
</html>