This commit is contained in:
sam 2023-07-20 02:19:45 +02:00
commit 1d8f8b11e0
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
82 changed files with 2284 additions and 0 deletions

View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>Pronouns</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
<%= javascript_include_tag "application", "data-turbo-track": "reload", defer: true %>
</head>
<body>
<%= yield %>
</body>
</html>

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>

View file

@ -0,0 +1 @@
<%= yield %>