mirror of
https://github.com/samsonjs/sami.samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
21 lines
675 B
HTML
21 lines
675 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title>samhuri.net</title>
|
|
<style>
|
|
div{text-align:center;font-size:4em;vertical-align:center;height:100%;}
|
|
</style>
|
|
<script>
|
|
var _gaq = _gaq || [];
|
|
_gaq.push( ['_setAccount', 'UA-214054-3']
|
|
, ['_trackPageview']
|
|
);
|
|
|
|
(function() {
|
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
})();
|
|
</script>
|
|
</head>
|
|
<div>sami.samhuri.net</div>
|