Files
node/node_modules/derby-examples/chat/views/404.html
2012-05-30 23:00:06 -04:00

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>.