aboutsummaryrefslogtreecommitdiff
path: root/client/html/home.tpl
diff options
context:
space:
mode:
authorrr-2016-05-18 00:15:28 +0200
committerrr-2016-05-18 00:15:28 +0200
commit50404d5f5ec8bf676cfbe1a3268e3bcd2a36e5f6 (patch)
treed93fc4a7dbb59b4a003e4cd3a58943a998453d99 /client/html/home.tpl
parent407848706af00e2b9fa65d5acef552a7bf5e82fb (diff)
client/general: change templates extension
...from .Handlebars' (which the project no longer uses) .hbs, to a more generic .tpl. Additionally, replace hyphens with underscores for consistency.
Diffstat (limited to 'client/html/home.tpl')
-rw-r--r--client/html/home.tpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/html/home.tpl b/client/html/home.tpl
new file mode 100644
index 0000000..bf0c066
--- /dev/null
+++ b/client/html/home.tpl
@@ -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 <%= makeRelativeTime(buildDate) %>)</footer>
+</div>

© 2015 - 2026 Jakob L. Kreuze