Initial project structure in Rust with Rocket

This commit is contained in:
2026-07-22 17:08:43 -04:00
parent 0096259b4b
commit 7a65800892
7 changed files with 95 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ title }} | Druid</title>
</head>
<body>
<p>This is about Druid.</p>
</body>
</html>
+11
View File
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ title }} | Druid</title>
</head>
<body>
<p>This is a test.</p>
</body>
</html>