From c49f2aa4c23a4688049e28cc154fb1de93a4e8fa Mon Sep 17 00:00:00 2001
From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com>
Date: Tue, 9 Jul 2024 08:56:57 +0000
Subject: Tue, Jul 9, 2024, 1:56 AM -07:00

---
 wk9/lect/hello/templates/greet.html | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 wk9/lect/hello/templates/greet.html

(limited to 'wk9/lect/hello/templates/greet.html')

diff --git a/wk9/lect/hello/templates/greet.html b/wk9/lect/hello/templates/greet.html
new file mode 100644
index 0000000..7e90e67
--- /dev/null
+++ b/wk9/lect/hello/templates/greet.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+
+<html lang="en">
+    <head>
+        <meta name="viewport" content="initial-scale=1, width=device-width">
+        <title>hello</title>
+    </head>
+    <body>
+        hello, {{ name }}
+    </body>
+</html>
-- 
cgit v1.2.3