1
0
mirror of https://github.com/JustKato/FreePad.git synced 2026-02-23 15:50:46 +02:00
This commit is contained in:
2022-05-15 19:01:29 +03:00
parent 962dce2c2a
commit 01c193ceef
13 changed files with 99 additions and 27 deletions

View File

@@ -0,0 +1,8 @@
{{ define "inc/header.html"}}
<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">
<title>{{.title}}</title>
</head>
{{ end }}