gitlin/views/index.html

30 行
896 B
HTML

{{template "header" .}}
<main>
<div class="center">
<img class="logo" src="/logo.png" alt="ロゴ" width="220" height="220" />
<div class="hero">
<h1>Gitlin</h1>
<h2>Github向けプライバシーUI</h2>
</div>
</div>
{{ if not .setupstatus }}
<div class="setup-notice">
<b>Gitlinの設置未完了</b>
設置するには、「./gitlin setup」を実行して下さい。
</div>
{{ end}}
<h3>JSは不要</h3>
<p>
プライバシーを守る為、JSを使用せずにGithubのレポジトリを確認する事が出来ます。
</p>
<h3>使い方</h3>
<p>
<code class="index-gh">github.com</code>
<code class="index-gh">{{.host}}</code>とし、或いは
<code class="index-gh">gist.github.com</code>
<code class="index-gh">{{.host}}/gist</code>と置き換えて下さい。
</p>
</main>
{{ template "footer" .}}