DAVIDS/src/public/index.html

17 lines
474 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>
2016-04-23 17:12:40 +02:00
<title>DAVIDS &bull; DuplicAtes VIewer and Detector for Spotify</title>
2016-04-25 21:09:02 +02:00
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
2016-04-24 02:24:49 +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-21 01:10:27 +02:00
<div id="content"></div>
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>