mirror of
https://git.youjo.love/youjo/youjo-be.git
synced 2025-01-20 19:26:05 +01:00
11 lines
211 B
Elixir
11 lines
211 B
Elixir
<!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>
|