This repository has been archived on 2021-11-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
kamojiserv/kamoji_template.html
T
2021-08-01 11:43:13 +02:00

17 lines
354 B
HTML

<!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:description" content="{{.Kamoji}}" />
<meta charset="UTF-8">
<title>{{.Kamoji}}</title>
</head>
<body>
{{.Kamoji}}
</body>
</html>