Skip to content

Commit e6d7334

Browse files
committed
initial
1 parent 743b03a commit e6d7334

37 files changed

+3818
-0
lines changed

404.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<html>
2+
<style type="text/css">
3+
.main {top: 0; left: 0; right: 0; bottom: 0; }
4+
.content {
5+
position: absolute;
6+
top: 35%;
7+
left: 50%;
8+
transform: translate(-50%, -50%);
9+
height: 3em;
10+
font-family: Courier New;
11+
}
12+
</style>
13+
<body class="main">
14+
<pre class="content">
15+
{
16+
son: Look ma, no page!
17+
hj: <a href="http://hjson.org">Oh dear!</a>
18+
}
19+
</pre>
20+
</body>
21+
</html>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hjson.org

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# hjson.github.io
2+
3+
Hjson Website, see https://github.com/hjson/hjson

0 commit comments

Comments
 (0)