added home, create, and layout views

This commit is contained in:
2023-09-14 18:50:11 -07:00
parent b85a577ec2
commit 3b2184ffd7
3 changed files with 10 additions and 0 deletions
View File
View File
+10
View File
@@ -0,0 +1,10 @@
<html>
<head>
<title><%= @page_title || "URL Shortener" %></title>
<link rel="icon" href="data:,">
</head>
<body>
<h1>URL Shortener</h1>
<%== yield %>
</body>
</html>