Skip to content

Commit 4455a07

Browse files
author
ken
committed
commit
1 parent aeaa9bb commit 4455a07

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

Diff for: .gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.DS_Store
2+
npm-debug.log
3+
node_modules]

Diff for: .npmignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.DS_Store
2+
npm-debug.log
3+
.gitignore

Diff for: SpaceTime.graffle

-18.3 KB
Binary file not shown.

Diff for: app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ var HTTPserver =
8888
.listen(port, function()
8989
{
9090
console.log('HTTP listening : ' + port);
91-
});
91+
});

Diff for: index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<script type="text/javascript">
99
location.replace('/contents/entries/entry0/entry.html');
1010
</script>
11-
<meta http-equiv="Refresh" content="0; URL= http://./contents/entries/entry0a/entry.html" />
11+
<meta http-equiv="Refresh" content="0; URL= http://./contents/entries/entry0/entry.html" />
1212
</head>
1313
<body>
1414
<noscript>
15-
<p><a href="/contents/entries/entry0a/entry.html">Top page (need to activate JavaScript)</a></p>
15+
<p><a href="/contents/entries/entry0/entry.html">Top page (need to activate JavaScript)</a></p>
1616
</noscript>
1717
</body>
1818
</html>

0 commit comments

Comments
 (0)