public
Description: a small url shortener service
Homepage:
Clone URL: git://github.com/winks/shortcore.git
winks (author)
Fri Jul 03 01:24:22 -0700 2009
commit  53de3c5377a3c36df38fa1d3512fcffd246db34e
tree    a327ad499775221a3099ca96b9c9bb6fb248c563
parent  918cbe47ad225d72c979ddcd7a51c652b20177f9
shortcore / index.html
100644 13 lines (12 sloc) 0.355 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>empty!</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<div id="main">
empty!
</div>
</body>
</html>