add first working version with example template and kamojis

This commit is contained in:
Daniel Aberger
2021-07-31 03:09:42 +02:00
parent 67cd01d729
commit 4e401cbb7a
3 changed files with 90 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta property="og:title" content="{{.Kamoji}}" />
<meta property="og:description" content="{{.Kamoji}}" />
<meta charset="UTF-8">
<title>{{.Kamoji}}</title>
</head>
<body>
{{.Kamoji}}
</body>
</html>