add-flash #11

Merged
bucky merged 10 commits from add-flash into master 2023-10-03 16:12:15 -07:00
Showing only changes of commit 8639c785b7 - Show all commits
+1
View File
@@ -6,6 +6,7 @@
<body style="background: #FEFEFE; font-family: Helvetica, sans-serif; color: #555555;">
<main style="max-width: 30rem; min-width: 18rem; border: 5px solid #999999; border-radius: 20px; margin: auto; padding: 1rem; margin-top: 5rem; text-align: center; min-height: 175px;">
<h1>URL Shortener</h1>
<h4 id="message"><%== @message %></h4>
<%== yield %>
</main>
</body>