076.moe/site.tmpl

57 行
2.6 KiB
Cheetah
Raw 通常表示 履歴

2022-10-17 22:46:30 +09:00
{{ define "header" }}<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{{ .Site.Other.Title }}{{ if .Title }}: {{ .Title }}{{ end }}</title>
<link rel="stylesheet" type="text/css" href="/static/style.css" />
</head>
<body>
<div id="jswarning">
注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。<br />
Caution: JavaScript is enabled. For security reasons, please disable JavaScript.
</div>
<script type="text/javascript">document.getElementById('jswarning').style.display = 'block';</script>
<div class="container">
{{ end }}
{{ define "footer" }} <hr />
<p style="text-align: center;">
<a href="https://gitler.moe/TechnicalSuwako/076.moe">
ページの<img class="icon" src="/static/git.png" alt="Git" />Gitリポジトリ
</a>
</p>
</div>
</body>
</html>
{{ end }}
{{ define "page" }}{{ template "header" . }} <div class="header-links">
2022-11-20 22:49:24 +09:00
日本語:
2022-10-17 22:46:30 +09:00
<a href="/jp/">トップ</a> |
<a href="/jp/about/">(匿)076について</a> |
<a href="/jp/contact/">連絡先</a> |
<a href="/jp/support/">支援♡</a> |
<a href="/jp/staff/">スタッフ</a>
</div>
<div class="header-links">
2022-11-20 22:49:24 +09:00
English
2022-10-17 22:46:30 +09:00
<a href="/en/">Top</a> |
<a href="/en/about/">About 076</a> |
<a href="/en/contact/">Contact</a> |
<a href="/en/support/">Support ♡</a> |
<a href="/en/staff/">Staff</a>
</div>
<div class="header-links">
ミラー:
<a href="https://076.moe/"><img class="icon" src="/static/clearnet.png" alt="" />一般ネット</a> |
2022-11-20 22:49:24 +09:00
<a href="http://7dt6irsmfvbrtgn4nuah56kky6mvr472fbwwaltuxpf26qdqkdhfvnqd.onion/"><img class="icon" src="/static/tor.png" alt="" />Tor 1</a> |
<a href="http://6kw5sn4vc7p5eilanvjvax3z5xecslw4tslnimorb3ksmgcsc2zm3gyd.onion/"><img class="icon" src="/static/tor.png" alt="" />Tor 2</a> |
2022-10-17 22:46:30 +09:00
<a href="http://y7kxuxllzqws4c765pmmbuwonvhythuzn4hdweyt576ngx7f4nhq.b32.i2p/"><img class="icon" src="/static/i2p.png" alt="" />I2P</a>
</div>
2022-11-20 22:49:24 +09:00
<div class="header-links">
<a href="https://stopsdgs.076.moe/"><img src="/static/sdgs_logo.gif" alt="STOP SDGs" /></a>
</div>
2022-10-17 22:46:30 +09:00
<hr />
{{ replace "<code>" "<code lang=\"\">" ( replace "<pre style=\"background-color:#f8f8f8;overflow-x: auto\">" "<pre>" .Content ) }}{{ template "footer" . }}{{ end }}