Initial commit

This commit is contained in:
2018-09-21 20:31:17 +02:00
commit 5b94af0380
6 changed files with 150 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
<html>
<head>
<title>Unbound Software Development</title>
<link rel="stylesheet" type="text/css" href="styles/default.css" />
</head>
<body>
<span class="title">Unbound</span><br>
<span class="subtitle">Software Development</span><br>
<br>
Denna site &auml;r under uppbyggnad.<br><br>
<a href=mailto:joakim@unbound.se>Joakim Olsson</a>
<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-10302082-2");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>