diff --git a/rocketapp/templates/hello.html.hbs b/rocketapp/templates/hello.html.hbs new file mode 100644 index 0000000..5b4f7a4 --- /dev/null +++ b/rocketapp/templates/hello.html.hbs @@ -0,0 +1,27 @@ + + + + + + + + Hello {{ name }}! + + +
+ +
+
+ +

+ 🗓️ {{ message }}! +

+
+

+ Hello {{ name }} +

+
+
+
+ + \ No newline at end of file