9 lines
407 B
Plaintext
9 lines
407 B
Plaintext
|
## -*- coding: utf-8; mode: html; -*-
|
||
|
<%inherit file="tailbone:templates/mobile/home.mako" />
|
||
|
|
||
|
<div style="text-align: center;">
|
||
|
## ${h.image(request.static_url('rattail_tutorial.web:static/img/rattail_tutorial.jpg'), "Rattail Tutorial Logo", width='300')}
|
||
|
${h.image(request.static_url('tailbone:static/img/home_logo.png'), "Rattail Logo", width='400')}
|
||
|
<h3>Welcome to ${self.app_title()}</h3>
|
||
|
</div>
|