Generate Vapor project.

This commit is contained in:
2025-01-06 08:23:36 -05:00
commit 2d7a613f44
16 changed files with 456 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>#(title)</title>
</head>
<body>
<h1>#(title)</h1>
</body>
</html>