www.mtkn.jp

Manuscripts for my personal webpage.
git clone https://git.mtkn.jp/www.mtkn.jp
Log | Files | Refs | README

poem_index.html (782B)


      1 <!DOCTYPE html>
      2 <html lang="ja">
      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="https://git.mtkn.jp">Git</a>
     19 	</header>
     20 	<main>
     21 		<article>
     22 <h1>詩</h1>
     23 <ul>
     24 	<li>干しぬれど カビが生えたる つるし柿</li>
     25 </ul>
     26 		</article>
     27 
     28 	</main>
     29 	<footer>
     30 		<address>info(at)mtkn(dot)jp</address>
     31 	</footer>
     32 </body>
     33 </html>