Added templating for gohtml files as well as static serving hability plus a non-produ...
[VSCPweb/.git] / templates / views / index.html
diff --git a/templates/views/index.html b/templates/views/index.html
new file mode 100644 (file)
index 0000000..d4a48b4
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <script src="/static/tailwind.js"></script>
+    <title>{{ . }}</title>
+</head>
+<body>
+    <h1 class="text-3xl font-bold underline">
+        Hello world! {{ . }}
+      </h1>
+    
+</body>
+</html>
\ No newline at end of file