Add very basic oauth and mastodon api support.
[akkoma] / lib / pleroma / web / templates / layout / app.html.eex
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset=utf-8 />
5 <title>Pleroma</title>
6 </head>
7 <body>
8 <h1>Welcome to Pleroma</h1>
9 <%= render @view_module, @view_template, assigns %>
10 </body>
11 </html>