2016-04-17 11:21:26 +02:00
|
|
|
<!doctype html>
|
2016-04-21 11:03:52 +02:00
|
|
|
<html>
|
2016-04-17 11:21:26 +02:00
|
|
|
<head>
|
|
|
|
<title>Spotify Duplicate Finder</title>
|
|
|
|
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
|
2016-04-17 23:32:10 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
2016-04-17 11:21:26 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2016-04-21 01:10:27 +02:00
|
|
|
<div id="content"></div>
|
2016-04-20 19:29:16 +02:00
|
|
|
|
2016-04-23 01:59:29 +02:00
|
|
|
<script type="text/javascript" src="dist/bundle.min.js"></script>
|
2016-04-17 11:21:26 +02:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|