mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 01:41:42 +00:00
12 lines
246 B
Text
12 lines
246 B
Text
!!!
|
|
%html
|
|
%head
|
|
%meta{ content: 'text/html; charset=utf-8',
|
|
'http-equiv': 'Content-Type' }/
|
|
:css
|
|
/* Inline */
|
|
%body
|
|
= yield
|
|
|
|
= image_tag attachments['logo.png'].url, alt: 'Logo de Sutty'
|
|
= t('.signature')
|