mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-14 12:06:03 +00:00
31 lines
1.1 KiB
HTML
31 lines
1.1 KiB
HTML
<!doctype html>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<meta name=viewport content=width=device-width>
|
|
<title>samhuri.net</title>
|
|
<link rel=stylesheet href=../style.css>
|
|
<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>
|
|
<a class=up href=../>← samhuri.net</a>
|
|
<h1>projects</h1>
|
|
<ul>
|
|
<li><a href=batteries>batteries</a></li>
|
|
<li><a href=format>format</a></li>
|
|
<li><a href=gitter>gitter</a></li>
|
|
<li><a href=repl-edit>repl-edit</a></li>
|
|
<li><a href=strftime>strftime</a></li>
|
|
</ul>
|
|
<p id=promoteJS>
|
|
<a class=img href=https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function title='JS Function arity'><img src=http://static.jsconf.us/promotejsh.gif height=150 width=180 alt='JS Function arity'/></a>
|
|
</p>
|