summaryrefslogtreecommitdiff
path: root/gaming/index_jp.html
diff options
context:
space:
mode:
authorsillylaird <sillylaird@fastmail.ca>2026-02-03 21:27:57 -0500
committersillylaird <sillylaird@fastmail.ca>2026-02-03 21:27:57 -0500
commit720d752748b793a2f5cf3cc14cb75ad86e8919c0 (patch)
tree29120103307cb17e7d6c283cc198ec2484f934cd /gaming/index_jp.html
First commit
Diffstat (limited to 'gaming/index_jp.html')
-rw-r--r--gaming/index_jp.html65
1 files changed, 65 insertions, 0 deletions
diff --git a/gaming/index_jp.html b/gaming/index_jp.html
new file mode 100644
index 0000000..ad06cdd
--- /dev/null
+++ b/gaming/index_jp.html
@@ -0,0 +1,65 @@
+<!doctype html>
+<html lang="ja">
+<head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width,initial-scale=1" />
+ <title>ゲーム — SillyLaird</title>
+ <meta name="description" content="Games I play and projects I mess with — RuneScape, StepMania, SoldierFront, and more." />
+ <meta property="og:title" content="ゲーム — SillyLaird" />
+ <meta property="og:description" content="Games I play and projects I mess with — RuneScape, StepMania, SoldierFront, and more." />
+ <meta property="og:image" content="https://www.sillylaird.ca/lain.png" />
+ <meta property="og:type" content="website" />
+ <meta property="og:url" content="https://www.sillylaird.ca/gaming/index_jp.html" />
+ <meta property="og:locale" content="ja_JP" />
+ <meta property="og:locale:alternate" content="en_US" />
+ <meta property="og:locale:alternate" content="zh_CN" />
+ <meta name="twitter:card" content="summary_large_image" />
+ <meta name="twitter:title" content="ゲーム — SillyLaird" />
+ <meta name="twitter:description" content="Games I play and projects I mess with — RuneScape, StepMania, SoldierFront, and more." />
+ <meta name="twitter:image" content="https://www.sillylaird.ca/lain.png" />
+ <link rel="canonical" href="https://www.sillylaird.ca/gaming/index_jp.html" />
+ <link rel="alternate" hreflang="x-default" href="https://www.sillylaird.ca/gaming/" />
+ <link rel="alternate" hreflang="en" href="https://www.sillylaird.ca/gaming/" />
+ <link rel="alternate" hreflang="zh" href="https://www.sillylaird.ca/gaming/index_zh.html" />
+ <link rel="alternate" hreflang="ja" href="https://www.sillylaird.ca/gaming/index_jp.html" />
+ <link rel="icon" href="/favicon.ico" />
+
+ <link rel="stylesheet" href="/assets/css/site.css" />
+ <script defer src="/assets/js/includes.js"></script>
+
+</head>
+
+<body>
+ <a class="skip-link" href="#main">本文へ移動</a>
+
+ <div data-include="header"></div>
+
+ <main id="main" class="wrap">
+ <section aria-labelledby="gaming-title">
+ <h1 id="gaming-title">ゲーム</h1>
+ <p class="muted">Pages for games and projects.</p>
+
+ <ul class="tile-grid">
+ <li><a href="/gaming/runescape/"><img src="/runescape.png" alt="RuneScape" loading="lazy" decoding="async"></a></li>
+ <li><a href="/gaming/specialforce/"><img src="/soldierfront.png" alt="SpecialForce / SoldierFront" loading="lazy" decoding="async"></a></li>
+ <li><a href="/gaming/stepmania/"><img src="/stepmania.png" alt="StepMania" loading="lazy" decoding="async"></a></li>
+ <li><a href="/gaming/multibox/"><img src="/multibox.png" alt="MMO Multibox" loading="lazy" decoding="async"></a></li>
+ </ul>
+ </section>
+ </main>
+
+ <div data-include="footer">
+ <footer class="site-footer">
+ <div class="footer-inner">
+ <div>© <span id="copyright-year">2026</span> SillyLaird — Licensed under <a href="/wtfpl.txt">WTFPL</a></div>
+ <div>Last updated: <time id="last-updated"></time></div>
+ <div>Privacy: Some pages load third-party content (Last.fm, guestbook, blog, embeds).</div>
+
+ <a class="badge" href="https://www.eff.org/issues/free-speech" target="_blank" rel="noopener">
+ <img src="/rib_bar_wh.png" alt="EFF free speech badge" loading="lazy" decoding="async" class="s9572e08b37">
+ </a>
+ </div>
+ </footer>
+ </div>
+</body>
+</html>