pleroma/lib/pleroma/web/templates/layout/app.html.eex

12 lines
211 B
Elixir
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Pleroma</title>
</head>
<body>
<h1>Welcome to Pleroma</h1>
<%= render @view_module, @view_template, assigns %>
</body>
</html>