mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
17 lines
646 B
Plaintext
17 lines
646 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
</head>
|
|
<body>
|
|
<div style="margin: 16px auto; text-align: center;">
|
|
<a href="<%= add_subdomain_to(method(:root_url)) %>">
|
|
<%= image_tag('logo.png', alt: 'Astuto Logo', size: 64) %>
|
|
</a>
|
|
</div>
|
|
<div style="max-width: 580px; margin: 0 auto; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.25rem; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.04),0 2px 4px -1px rgba(0, 0, 0, 0.03); padding: 24px; font-family: system-ui, sans-serif; font-size: 18px;">
|
|
<%= yield %>
|
|
</div>
|
|
</body>
|
|
</html>
|