Inital commit, hello world status

This commit is contained in:
2022-01-13 15:47:44 -05:00
commit c34f53ed01
80 changed files with 1258 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
/* Email styles need to be inline */
</style>
</head>
<body>
<%= yield %>
</body>
</html>