mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 15:48:07 +01:00
8 lines
240 B
Text
8 lines
240 B
Text
!!! 5
|
|
%html{:lang => 'en'}
|
|
%head
|
|
%meta{:charset => 'utf-8'}/
|
|
= stylesheet_link_tag 'application', media: 'all'
|
|
= javascript_include_tag 'application_public', integrity: true, crossorigin: 'anonymous'
|
|
%body.embed
|
|
= yield
|