15 lines
391 B
HTML
15 lines
391 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Spotify Duplicate Finder</title>
|
|
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.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>
|
|
|