aboutsummaryrefslogtreecommitdiff
path: root/app/fcuny-net/templates/home.html
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-09-29 17:48:39 -0700
committerFranck Cuny <franck@fcuny.net>2025-09-29 17:48:39 -0700
commit070011b105dbf63369c5389115efccd079491aae (patch)
tree34f72cbd1c25436fc8285a468a3c390bc5399cc0 /app/fcuny-net/templates/home.html
parentadd pr-analyzer (diff)
downloadx-070011b105dbf63369c5389115efccd079491aae.tar.gz
replacing my static website with a simple web app
Diffstat (limited to 'app/fcuny-net/templates/home.html')
-rw-r--r--app/fcuny-net/templates/home.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/fcuny-net/templates/home.html b/app/fcuny-net/templates/home.html
new file mode 100644
index 0000000..d796401
--- /dev/null
+++ b/app/fcuny-net/templates/home.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>{{.Title}}</title>
+ <link rel="stylesheet" href="/static/main.css">
+</head>
+<body>
+ <main>
+ {{.Content}}
+ </main>
+</body>
+</html>