diff options
Diffstat (limited to 'public/head.html')
-rw-r--r-- | public/head.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/head.html b/public/head.html new file mode 100644 index 0000000..fb8e12a --- /dev/null +++ b/public/head.html @@ -0,0 +1,9 @@ +{{define "head"}} +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>koushin</title> + </head> + <body> +{{end}} |