mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
47 lines
1.7 KiB
HTML
47 lines
1.7 KiB
HTML
<!doctype html>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<meta name=viewport content=width=device-width>
|
|
<title>samhuri.net</title>
|
|
<link rel=stylesheet href=assets/style.min.css>
|
|
<!--[if lt IE 7]>
|
|
<link rel=stylesheet href=assets/ie6.min.css>
|
|
<![endif]-->
|
|
<!--[if lt IE 8]>
|
|
<link rel=stylesheet href=assets/ie7.min.css>
|
|
<![endif]-->
|
|
<script>
|
|
var _gaq = _gaq || [];
|
|
_gaq.push( ['_setAccount', 'UA-214054-5']
|
|
, ['_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>
|
|
<header>
|
|
<h1>samhuri.net</h1>
|
|
</header>
|
|
<nav>
|
|
<ul>
|
|
<li><a href=proj>projects</a></li>
|
|
<li class=ie-bullet>•</li>
|
|
<li><a href=blog>blog</a></li>
|
|
<li class=ie-bullet>•</li>
|
|
<li><a href=json-diff>json-diff</a></li>
|
|
<li class=ie-bullet>•</li>
|
|
<li><a href=riak-js>riak-js docs</a></li>
|
|
<li class=ie-bullet>•</li>
|
|
<li class=last><a href=f>randoms</a></li>
|
|
</ul>
|
|
</nav>
|
|
<footer>
|
|
<a href=https://twitter.com/_sjs>@_sjs</a>
|
|
</footer>
|
|
<p id=promote-js>
|
|
<a class=img href=https://developer.mozilla.org/en/JavaScript/Guide title='JS Tutorial, JavaScript Tutorial, JavaScript Guide, Learn JavaScript JS, How To Learn JS, Learning JavaScript'><img src=http://static.jsconf.us/promotejshs.png height=150 width=180 alt='JS Tutorial, JavaScript Tutorial, JavaScript Guide, Learn JavaScript JS, How To Learn JS, Learning JavaScript'></a>
|
|
</p>
|