You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
381 B

  1. !!!
  2. %html
  3. %head
  4. %meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
  5. %title Mastodon
  6. = stylesheet_link_tag 'application', media: 'all'
  7. = javascript_include_tag 'application'
  8. = csrf_meta_tags
  9. %body
  10. .container
  11. = yield
  12. .footer
  13. = link_to 'Mastodon', 'https://github.com/Gargron/mastodon', class: 'mastodon-link'