alps/public/head.html

11 lines
194 B
HTML
Raw Normal View History

2019-12-02 14:31:00 +00:00
{{define "head"}}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>koushin</title>
<link rel="stylesheet" href="/assets/style.css">
2019-12-02 14:31:00 +00:00
</head>
<body>
{{end}}