kretschmann.io/src/index.html

59 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>kretschmann.io</title>
<meta name="author" content="Matthias Kretschmann">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="http://gmpg.org/xfn/11" rel="profile">
<!-- CSS -->
<link rel="stylesheet" href="/assets/css/kretschmannio.min.css">
</head>
<body>
<section role="document">
<header>
<h1>Beep Boop.</h1>
</header>
<footer>
<p>
<a href="https://matthiaskretschmann.com" class="btn">portfolio</a>
<a href="https://kremalicious.com" class="btn">blog</a>
<a href="https://twitter.com/kremalicious" class="btn">twitter</a>
<a href="https://github.com/kremalicious" class="btn">github</a>
<a href="https://facebook.com/matthiaskretschmann" class="btn">facebook</a>
</p>
</footer>
</section>
</body>
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(["setDomains", ["*.kretschmann.io"]]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function () {
var u = "//analytics.kremalicious.com/";
_paq.push(['setTrackerUrl', u + 'piwik.php']);
_paq.push(['setSiteId', 6]);
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
g.type = 'text/javascript'; g.async = true; g.defer = true; g.src = u + 'piwik.js'; s.parentNode.insertBefore(g, s);
})();
</script>
<noscript>
<p><img src="//analytics.kremalicious.com/piwik.php?idsite=6" style="border:0;" alt="" /></p>
</noscript>
<!-- End Piwik Code -->
</html>