You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
2.6 KiB
Cheetah

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{{ 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" />
<title>{{ .Site.Other.Title }}{{ if .Title }}: {{ .Title }}{{ end }}</title>
<link rel="stylesheet" type="text/css" href="/static/style.css" />
</head>
<body>
<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">
日本語:
<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">
English
<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> |
<a href="http://7dt6irsmfvbrtgn4nuah56kky6mvr472fbwwaltuxpf26qdqkdhfvnqd.onion/"><img class="icon" src="/static/tor.png" alt="" />Tor</a> |
<a href="http://076.i2p/"><img class="icon" src="/static/i2p.png" alt="" />I2P</a> (<a href="http://076.i2p/?i2paddresshelper=G4ic88GqHWv~U1DwnkRIg7JzHEVU5Pi~9eKyEExuNdlsaCjQ5E1dB0gXK~SenmE0sv-gAyvIPovt5Yh3ROWoGKR9T18K-Y6GH1nJ2MBWcPw9~vmUiccidkZaHphd7T3oYoW96LmF7XgvprwFRJJnMJq8H3r-aW68c5eYTn9ghh2Q-6g5gVXlgStkeZnPmi4V0bXpEUePZ03w~nQcjZqX8CixNhzDT~83MJn7WybBOn4bJ5j4Yf9JSQx0ajlRmSyo5Mokn-CPtbO-8CTNAOhQLCthFhc1kD~uQLhbDVL5INX-O3si4koi6UN2ln5iYYouh4tivuZkdnMZJbrJDGtldGy49-WoELm0LSs372grNEUrNEnKrh8YU97U8hYc321jVyq27PlJVGxZmTFS6X~VrHR~KZTeGetmKlF-iquGMW4JqeYUEb-e7RPrr5fOM1RZhE3bhkP4i-Soq71qjS75E6JvKHs~SsJXO5jeXLMmQMZ4Dtf5Uh53K52ADtLFQrV0BQAEAAcAAA==">AH</a>)
</div>
<div class="header-links">
<a href="https://stopsdgs.076.moe/"><img src="/static/sdgs_logo.gif" alt="STOP SDGs" /></a>
</div>
<hr />
{{ replace "<code>" "<code lang=\"\">" ( replace "<pre style=\"background-color:#f8f8f8;overflow-x: auto\">" "<pre>" .Content ) }}{{ template "footer" . }}{{ end }}