2016-10-03 13:31:29 +01:00
<!DOCTYPE html>
< html >
< head >
2017-10-23 17:58:23 +01:00
< title > Combine.fm • < %=head.title%>< / title >
2017-05-07 00:02:20 +01:00
< link rel = "stylesheet" href = "/dist/<%=manifest['style/main.css']%>" / >
2016-10-03 13:31:29 +01:00
2018-04-11 00:18:43 +01:00
< meta name = 'description' content = 'Combine.fm matches album and track links from Youtube, Spotify, Google Music, Apple Music, Amazon Music and Deezer and gives you back one link with matches we find on all of them.' / >
2016-10-03 13:31:29 +01:00
< meta name = 'viewport' content = 'width=device-width, initial-scale=1' / >
< meta name = 'theme-color' content = '#FE4365' / >
< meta name = 'twitter:card' content = '<%=typeof share == ' undefined ' ? ' summary ' : ' summary_large_image ' % > ' />
2017-10-24 12:59:58 +01:00
< meta name = 'twitter:site' content = '@Combinefm' / >
2017-10-24 13:05:00 +01:00
< meta name = 'twitter:title' property = 'og:title' content = 'Combine.fm • <%=head.title%>' / >
2018-04-11 00:18:43 +01:00
< meta name = 'twitter:description' property = 'og:description' content = 'Combine.fm matches album and track links from Youtube, Spotify, Google Music, Apple Music, Amazon Music and Deezer and gives you back one link with matches we find on all of them.' / >
2016-10-03 13:31:29 +01:00
< meta name = 'twitter:image:src' property = 'og:image' content = '<%=head.image%>' / >
2018-04-19 22:03:49 +01:00
< meta name = "slack-app-id" content = "AA9SLSFFC" >
2016-10-03 13:31:29 +01:00
< meta property = 'og:url' content = '<%=head.shareUrl%>' / >
< link rel = 'shortcut icon' href = '/assets/images/favicon.png' / >
< link rel = 'icon' sizes = '512x512' href = '/assets/images/logo-512.png' / >
< / head >
< body >
< %-html%>
< script >
window.__INITIAL_STATE__=< %-JSON.stringify(initialState)%>
< / script >
< script async src = 'https://www.google-analytics.com/analytics.js' > < / script >
< script >
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-66209-8', 'auto');
ga('send', 'pageview');
< / script >
2017-05-07 00:02:20 +01:00
< script src = "/dist/<%=manifest['js/main.js']%>" > < / script >
2016-10-03 13:31:29 +01:00
< / body >
< / html >