20251122.html (1520B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <meta name="viewport" content="width=device-width,initial-scale=1"> 6 <link rel="stylesheet" type="text/css" href="/style.css"> 7 <link rel="icon" type="image/x-icon" href="/pics/favicon.ico"> 8 <title>ひざしぶりに合気道した</title> 9 </head> 10 <body> 11 <header> 12 <a href="/">主頁</a> | 13 <a href="/about.html">自己紹介</a> | 14 <a href="/journal">日記</a> | 15 <a href="/farm">農業</a> | 16 <a href="/kitchen">台所</a> | 17 <a href="/computer">電算機</a> | 18 <a href="/poetry">詩</a> | 19 <a href="/books">本棚</a> | 20 <a href="/gallery">絵</a> | 21 <a href="/plant">植物</a> | 22 <a href="https://git.mtkn.jp">Git</a> 23 </header> 24 <main> 25 <article> 26 <h1>ひざしぶりに合気道した</h1> 27 <time>2025-11-22</time> 28 29 <p> 30 大学の合気道部のひとつ下の後輩に誘われて学園祭の演武会に参加してきた。</p> 31 <figure> 32 <video controls style="max-width: 100%;"> 33 <source src="20251122.mp4" type="video/mp4"> 34 </video> 35 <figcaption>京都大学合気道部 NF演武会にて(右が僕)</figcaption> 36 </figure> 37 38 <p> 39 もうちょっとやりたくなったので高校生のときお世話になっていた地元の道場に電話して稽古させてもらうことにした。続くかな。 40 </p> 41 </article> 42 43 </main> 44 <footer> 45 <address>info(at)mtkn(dot)jp</address> 46 <a href="http://creativecommons.org/publicdomain/zero/1.0?ref=chooser-v1" rel="license noopener noreferrer">CC0 1.0</a> 47 </footer> 48 </body> 49 </html>