13 lines
300 B
Plaintext
13 lines
300 B
Plaintext
![]() |
## -*- coding: utf-8; mode: html; -*-
|
||
|
<%inherit file="tailbone:templates/home.mako" />
|
||
|
|
||
|
<%def name="title()">Home</%def>
|
||
|
|
||
|
<div class="logo">
|
||
|
|
||
|
${h.image(request.static_url('tailbone:static/img/home_logo.png'), "Rattail Logo")}
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<h1 style="text-align: center;">Welcome to the Tempmon Demo</h1>
|