Replace master branch with page content via GitHub

This commit is contained in:
Philipp Oppermann
2015-07-18 17:46:34 +02:00
parent bb304bb66f
commit c1b8aa2161
2 changed files with 14 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Phil-opp.GitHub.io by phil-opp</title>
<title>Philipp Oppermann&#39;s Blog by phil-opp</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
@@ -11,7 +11,7 @@
</head>
<body>
<section class="page-header">
<h1 class="project-name">Phil-opp.GitHub.io</h1>
<h1 class="project-name">Philipp Oppermann&#39;s Blog</h1>
<h2 class="project-tagline"></h2>
</section>
@@ -48,7 +48,17 @@
</section>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-65296949-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>