18 lines
405 B
HTML
18 lines
405 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:title" content="{{.Kamoji}}" />
|
|
<meta property="og:description" content="{{.Kamoji}}" />
|
|
<meta charset="UTF-8">
|
|
<title>{{.Kamoji}}</title>
|
|
</head>
|
|
|
|
<body>
|
|
{{.Kamoji}}
|
|
</body>
|
|
|
|
</html>
|