diff options
Diffstat (limited to 'app/fcuny-net/templates/resume.html')
| -rw-r--r-- | app/fcuny-net/templates/resume.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/fcuny-net/templates/resume.html b/app/fcuny-net/templates/resume.html new file mode 100644 index 0000000..86e854b --- /dev/null +++ b/app/fcuny-net/templates/resume.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/resume.css"> +</head> +<body> + <main> + {{.Content}} + </main> +</body> +</html> |
