Clean up statuses

This commit is contained in:
Daniel Nitsikopoulos
2024-10-19 18:42:46 +11:00
parent 9d9828246e
commit a2e7b33363
5 changed files with 58 additions and 45 deletions

View File

@@ -1,13 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Adamantium - Micropub</title>
<%= stylesheet_tag "app" %>
</head>
<body>
<%= yield %>
<%= javascript_tag "micropub/app" %>
</body>
</html>