mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 08:31:42 +00:00
16 lines
518 B
Text
16 lines
518 B
Text
|
!!!
|
||
|
%html
|
||
|
%head
|
||
|
%meta{content: "text/html; charset=UTF-8", 'http-equiv': "Content-Type"}/
|
||
|
%title Sutty
|
||
|
= csrf_meta_tags
|
||
|
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload'
|
||
|
%body{class: @has_cover ? 'background-cover' : ''}
|
||
|
.container-fluid
|
||
|
= yield
|
||
|
%footer.footer
|
||
|
%p{style: @has_cover ? 'color: white' : ''}
|
||
|
%a{href: 'https://0xacab.org/itacate-kefir/sutty'} Sutty
|
||
|
es desarrollada por
|
||
|
%a{href: 'https://kefir.red'} Kéfir
|