20 lines
494 B
HTML
20 lines
494 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 name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta property="og:description" content="{{.Kamoji}}" />
|
|
<meta charset="UTF-8">
|
|
<title>{{.Kamoji}}</title>
|
|
</head>
|
|
|
|
<body>
|
|
<p style="text-align: center; padding: 50px 0; font-size: 5vw">
|
|
{{.Kamoji}}
|
|
</p>
|
|
</body>
|
|
|
|
</html>
|