1
0
This commit is contained in:
syui 2024-05-22 08:50:34 +09:00
parent 2dda220694
commit 1e1b584197
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
2 changed files with 23 additions and 27 deletions

View File

@ -2,10 +2,8 @@
<span class="footer-link"><a href="https://bsky.syui.ai" target="_blank"><i class="fab fa-bluesky"></i></a></span>
<span class="footer-link"><a href="https://card.syui.ai/syui" target="_blank"><span class="icon-ai"></span></a></span>
<span class="footer-link"><a href="https://git.syui.ai/syui" target="_blank"><span class="icon-git"></span></a></span>
<!--
<span class="footer-link"><a href="https://syui.ai/" target="_blank"><span class="icon-syui"></span></a></span>
-->
</div>
<script src="/js/svg.js"></script>
<script src="/js/highlight-filename.js"></script>
<footer id="footer">© syui</footer>

View File

@ -1,42 +1,40 @@
{{ partial "head.html" . }}
{{ partial "navbar.html" . }}
{{ partial "header.html" . }}
{{ partial "head-sns.html" . }}
<article>
<div class="content">
<h3><i class="far fa-question-circle"></i> このサイトについて</h3>
<blockquote>
<p><code>syui</code>のページです。</p>
<p>タイトルは<code>syui.ai</code>です。</p>
</blockquote>
<h3><i class="far fa-question-circle"></i> このサイトについて</h3>
<blockquote>
<p><code>syui</code>のページです。</p>
<p>タイトルは<code>syui.ai</code>です。</p>
</blockquote>
<h3><a href="/about">/about</h3>
<p>プロフィールです。</p>
<h3><a href="/about">/about</a></h3>
<p>プロフィールです。</p>
<h3><a href="/blog">/blog</h3>
<p>ブログを書いています。プログラミング、ゲーム関連が多いです。</p>
<h3><a href="/blog">/blog</a></h3>
<p>ブログを書いています。プログラミング、ゲーム関連が多いです。</p>
<h3><a href="/blog/index.xml">/blog/index.xml</h3>
<p>RSSです。</p>
<h3><a href="/blog/index.xml">/blog/index.xml</a></h3>
<p>RSSです。</p>
<h3><a href="/icon">/icon</h3>
<p>デザインします。作ったアイコンを載せています。</p>
<h3><a href="/icon">/icon</a></h3>
<p>デザインします。作ったアイコンを載せています。</p>
<h3><a href="/music">/music</h3>
<p>作曲します。</p>
<h3><a href="/music">/music</a></h3>
<p>作曲します。</p>
<h3><a href="/archive">/archive</h3>
<p>思ったことを書きます。哲学的です。</p>
<h3><a href="/archive">/archive</a></h3>
<p>思ったことを書きます。哲学的です。</p>
<h3><a href="/contribution">/contribution</h3>
<p>芝を作ります。</p>
<h3><a href="/contribution">/contribution</h3>
<p>芝を作ります。</p>
<h3><a href="/m">/m</h3>
<p>まとめ記事です。</p>
<h3><a href="/m">/m</a></h3>
<p>まとめ記事です。</p>
</div>
</article>
</div>
{{ partial "footer.html" . }}