This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2016-02-22 07:00:20 -08:00
|
|
|
!!!
|
|
|
|
%html
|
|
|
|
%head
|
|
|
|
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
|
|
|
|
%title Mastodon
|
|
|
|
= stylesheet_link_tag 'application', media: 'all'
|
|
|
|
= javascript_include_tag 'application'
|
|
|
|
= csrf_meta_tags
|
|
|
|
%body
|
2016-02-26 11:48:20 -08:00
|
|
|
.container
|
|
|
|
= yield
|
2016-02-26 12:11:52 -08:00
|
|
|
.footer
|
|
|
|
= link_to 'Mastodon', 'https://github.com/Gargron/mastodon', class: 'mastodon-link'
|