mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
19 lines
687 B
HTML
19 lines
687 B
HTML
<!doctype html>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title>samhuri.net</title>
|
|
<link rel=stylesheet href=../style.css>
|
|
<meta name=viewport content=width=device-width>
|
|
</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 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>
|