mirror of
https://github.com/sstent/node.git
synced 2026-01-26 15:12:37 +00:00
17 lines
456 B
HTML
17 lines
456 B
HTML
<!--
|
|
This is a static page, so it has views and styles, but no associated scripts
|
|
-->
|
|
|
|
<Title:>
|
|
Chat
|
|
|
|
<!--
|
|
Static pages don't include the Derby client library, so they can't have bound
|
|
variables that automatically update. However, they do support Handlebars-style
|
|
templating with a model and/or context object
|
|
-->
|
|
<Body:>
|
|
<h1>404</h1>
|
|
<p>Sorry, we can't find anything at <b>{{url}}</b>.
|
|
<p>Try heading back to the <a href=/lobby>lobby</a>.
|