chore: server-and-serverless template

This commit is contained in:
e2e
2026-06-26 15:01:11 +02:00
commit a5f832e9ed
202 changed files with 9060 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<!doctype html>
<html lang="{{locale}}">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{{subject}}</title>
</head>
<body style="margin:0;padding:0;background:{{theme.colors.canvas}};font-family:{{theme.fonts.body}};">
<div style="max-width:560px;margin:0 auto;padding:32px 16px;">
{{content}}
</div>
</body>
</html>