mirror of
https://github.com/sstent/node.git
synced 2026-01-27 07:33:13 +00:00
updated app
This commit is contained in:
16
node_modules/derby-examples/chat/views/404.html
generated
vendored
Normal file
16
node_modules/derby-examples/chat/views/404.html
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<!--
|
||||
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>.
|
||||
Reference in New Issue
Block a user