Initial commit

This commit is contained in:
Senad Uka
2019-06-20 20:48:19 +02:00
commit e32a73e07e
72 changed files with 11328 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>