9d9bc58a99
Also add rattail-tempmon to list of packages on 'about' page
8 lines
261 B
Mako
8 lines
261 B
Mako
## -*- coding: utf-8 -*-
|
|
<%inherit file="tailbone:templates/mobile/home.mako" />
|
|
|
|
<div style="text-align: center;">
|
|
${h.image(request.static_url('tailbone:static/img/home_logo.png'), "Rattail Logo", width='400')}
|
|
<h3>Welcome to the Rattail Demo</h3>
|
|
</div>
|
|
|