mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 13:36:21 +00:00
16 lines
594 B
Text
16 lines
594 B
Text
!!!
|
|
%html
|
|
%head
|
|
%meta{content: "text/html; charset=UTF-8", 'http-equiv': "Content-Type"}/
|
|
%title Sutty
|
|
%link{rel: 'stylesheet', type: 'text/css', href: '/assets/css/bootstrap.min.css'}
|
|
%link{rel: 'stylesheet', type: 'text/css', href: '/stylesheets/sutty.css'}
|
|
%body{class: @has_cover ? 'background-cover' : ''}
|
|
.container-fluid
|
|
= haml :_flash
|
|
= 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
|