21 lines
757 B
HTML
21 lines
757 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">
|
|
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.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 src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
|
|
integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
|
|
crossorigin="anonymous"></script>
|
|
<script type="text/javascript" src="bundle.min.js"></script>
|
|
</body>
|
|
</html>
|
|
|