DAVIDS/src/public/index.html

17 lines
474 B
HTML

<!doctype html>
<html>
<head>
<title>DAVIDS &bull; DuplicAtes VIewer and Detector for Spotify</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
</head>
<body>
<div id="content"></div>
<script type="text/javascript" src="dist/bundle.min.js"></script>
</body>
</html>