first commit

This commit is contained in:
Sami Samhuri 2010-09-26 12:28:59 -07:00
commit 4ff65469e0
3 changed files with 22 additions and 0 deletions

2
.publish Normal file
View file

@ -0,0 +1,2 @@
publish_host=samhuri.net
publish_dir=samhuri.net/public/

13
index.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<head>
<meta charset=utf-8>
<title>samhuri.net</title>
<link rel=openid.server href=http://www.myopenid.com/server>
<link rel=openid.delegate href=http://samsonjs.myopenid.com>
<style>
div{text-align:center;font-size:4em;vertical-align:center;height:100%;}
</style>
</head>
<div>samhuri.net</div>
<p><a 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>

View file

@ -0,0 +1,7 @@
<!doctype html>
<meta charset=utf-8>
<title>repl-edit for node</title>
<p align=center>
Use your text editor to edit commands in Node's repl.<br>
<a href="http://github.com/samsonjs/repl-edit">github project</a>
</p>