62b59f17c53595d8204675a4685e2d4912831d91
[akkoma] / lib / pleroma / web / templates / layout / static_fe.html.eex
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8" />
5 <meta name="viewport" content="width=device-width,initial-scale=1,minimal-ui" />
6 <title>
7 <%= Application.get_env(:pleroma, :instance)[:name] %>
8 </title>
9 <link rel="stylesheet" href="/static/static-fe.css">
10 </head>
11 <body>
12 <div class="container">
13 <%= render @view_module, @view_template, assigns %>
14 </div>
15 </body>
16 </html>