This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/client/html/home.hbs

6 lines
234 B
Handlebars
Raw Normal View History

2016-03-31 22:33:49 +02:00
<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>
2016-03-31 22:33:49 +02:00
</div>