mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
first commit
This commit is contained in:
commit
4ff65469e0
3 changed files with 22 additions and 0 deletions
2
.publish
Normal file
2
.publish
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
publish_host=samhuri.net
|
||||
publish_dir=samhuri.net/public/
|
||||
13
index.html
Normal file
13
index.html
Normal 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>
|
||||
7
node/repl-edit/index.html
Normal file
7
node/repl-edit/index.html
Normal 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>
|
||||
Loading…
Reference in a new issue