diff options
Diffstat (limited to 'client/html/home.hbs')
| -rw-r--r-- | client/html/home.hbs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/html/home.hbs b/client/html/home.hbs new file mode 100644 index 0000000..fc476b5 --- /dev/null +++ b/client/html/home.hbs @@ -0,0 +1,5 @@ +<div class='content-wrapper transparent' id='home'> + <div class='messages'></div> + <h1>{{name}}</h1> + <footer>Version: <span class='version'>{{version}}</span> (built {{buildDate}})</footer> +</div> |