first commit
[projectNeoUtesa/.git] / views / index.ejs
diff --git a/views/index.ejs b/views/index.ejs
new file mode 100644 (file)
index 0000000..7b7a1d6
--- /dev/null
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title><%= title %></title>
+    <link rel='stylesheet' href='/stylesheets/style.css' />
+  </head>
+  <body>
+    <h1><%= title %></h1>
+    <p>Welcome to <%= title %></p>
+  </body>
+</html>