diff options
author | Gitea <gitea@fake.local> | 2021-03-13 14:34:54 -0600 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2021-03-13 14:34:54 -0600 |
commit | d5f2c72acd877acbb3683b50cfbbe9f3c0d98af3 (patch) | |
tree | d7ef02c50f80e7346acdbfe2fefceb25f57e4671 /src/html/email-success.html | |
parent | 8a0a3a00e75dc2351a7218d0059b87f7e9345871 (diff) |
Add meta description and sitemap
Diffstat (limited to 'src/html/email-success.html')
-rw-r--r-- | src/html/email-success.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/html/email-success.html b/src/html/email-success.html index db2dee2..65bc2e5 100644 --- a/src/html/email-success.html +++ b/src/html/email-success.html @@ -6,6 +6,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="stylesheet" type="text/css" href="/css/styles.css"> + <meta name="description" content="Email sucess"> </head> <body> @@ -19,4 +20,4 @@ </div> </body> -</html>
\ No newline at end of file +</html> |