DAVIDS/src/public/index.html

33 lines
1 KiB
HTML
Raw Normal View History

2016-04-17 11:21:26 +02:00
<!doctype html>
2016-04-26 01:46:59 +02:00
<!--
~ Copyright (c) 2016 Gabriel Augendre <gabriel@augendre.info>
~ Free software under MIT License. See LICENSE file.
-->
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-30 17:40:00 +02:00
<script>
// Google Analytics
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-53266226-2', 'auto');
ga('send', 'pageview');
</script>
2016-04-17 11:21:26 +02:00
</body>
</html>