DAVIDS/public/index.html

19 lines
541 B
HTML
Raw Normal View History

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 15:35:54 +02:00
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css">
2016-04-17 16:29:37 +02:00
<link rel="stylesheet" href="./style.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-17 20:05:11 +02:00
2016-04-21 01:10:27 +02:00
<div id="content"></div>
2016-04-23 01:33:07 +02:00
<script type="text/javascript" src="bundle.min.js"></script>
2016-04-17 11:21:26 +02:00
</body>
</html>