kandimat-user-app/index.html

64 lines
2.9 KiB
HTML
Raw Normal View History

2017-08-09 15:15:42 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Euromat 2017</title>
2017-08-09 15:15:42 +02:00
<link rel="icon" type="image/png" sizes="32x32" href="/static/img/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/img/icons/favicon-16x16.png">
2017-08-15 22:25:25 +02:00
<!--[if IE]><link rel="shortcut icon" href="/static/img/favicon.ico"><![endif]-->
2017-08-09 15:15:42 +02:00
<!-- Add to home screen for Android and modern mobile browsers -->
<link rel="manifest" href="/static/manifest.json">
<meta name="theme-color" content="#40A6EE">
<!-- Open Graph -->
<meta property="og:url" content="https://www.euromat.info" />
<meta property="og:title" content="Euromat 2017" />
<meta property="og:locale" content="de_DE" />
<meta property="og:locale:alternate" content="en_GB" />
<meta property="og:description" content="Der Euromat nicht einfach nur ein Wahlomat. Sondern Ihr digitaler Wahl-Freund, der Ihnen einen Eindruck von den europapolitischen Positionen der Parteien vermittelt." />
<meta property="og:image" content="https://euromat.info/static/img/facebook.png" />
2017-08-09 15:15:42 +02:00
<!-- Add to home screen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="eur-o-mat">
<link rel="apple-touch-icon" href="/static/img/icons/apple-touch-icon-152x152.png">
<!-- Add to home screen for Windows -->
<meta name="msapplication-TileImage" content="/static/img/icons/msapplication-icon-144x144.png">
<meta name="msapplication-TileColor" content="#40A6EE">
2017-08-09 15:15:42 +02:00
<% for (var chunk of webpack.chunks) {
for (var file of chunk.files) {
if (file.match(/\.(js|css)$/)) { %>
<link rel="<%= chunk.initial?'preload':'prefetch' %>" href="<%= htmlWebpackPlugin.files.publicPath + file %>" as="<%= file.match(/\.css$/)?'style':'script' %>"><% }}} %>
</head>
<body>
<noscript>
Unfortunately, this website requires JavaScript.
2017-08-09 15:15:42 +02:00
</noscript>
<div id="app"></div>
<!-- Todo: only include in production -->
<%= htmlWebpackPlugin.options.serviceWorkerLoader %>
<!-- built files will be auto injected -->
<script>
window.fbAsyncInit = () => {
FB.init({
appId: '1632993110065053',
xfbml: true,
version: 'v2.10'
})
FB.AppEvents.logPageView()
}
/* eslint-disable */
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
/* eslint-enable */
</script>
2017-08-09 15:15:42 +02:00
</body>
</html>