index.html (3152B)
1 <!doctype html> 2 <html lang="jp"> 3 <head> 4 <meta charset="UTF-8" /> 5 <title>Minerva_Juppiter</title> 6 <link rel="stylesheet" href="../style.css" /> 7 <link rel="stylesheet" href="./style.css" /> 8 <link 9 rel="icon" 10 href="../public/minerva-juppiter.svg" 11 type="image/svg+xml" 12 /> 13 <link rel="preconnect" href="https://fonts.googleapis.com" /> 14 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> 15 <link 16 href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap" 17 rel="stylesheet" 18 /> 19 </head> 20 <body> 21 <header> 22 <div class="header-left"> 23 <a href="./index.html"> 24 <h1>Minerva_Juppiter</h1> 25 </a> 26 </div> 27 <div class="header-right"> 28 <a href="../Schedule"> 29 <h2>Schedule</h2> 30 </a> 31 <a href="../SNS"> 32 <h2>SNS</h2> 33 </a> 34 <a href="https://blog.minervajuppiter.net/"> 35 <h2>Blog</h2> 36 </a> 37 </div> 38 </header> 39 <main class="text-center"> 40 <h1>Art Works</h1> 41 <br /> 42 <article> 43 <a 44 href="https://github.com/minerva-jupiter" 45 class="no-text-decoration" 46 > 47 <h2>GitHub</h2> 48 <p>作ったアプリケーションとかを置いてます。</p> 49 </a> 50 </article> 51 <article> 52 <a 53 href="https://www.nicovideo.jp/user/125220221" 54 class="no-text-decoration" 55 > 56 <h2>ニコニコ動画</h2> 57 <p>曲を書きます。多分。</p> 58 <iframe 59 width="320" 60 height="160" 61 src="https://ext.nicovideo.jp/thumb_user/125220221" 62 scrolling="no" 63 style="border: solid 1px #ccc" 64 frameborder="0" 65 >Minerva_juppiter</iframe 66 > 67 </a> 68 </article> 69 <article> 70 <a 71 href="https://mypage.syosetu.com/2725453/" 72 class="no-text-decoration" 73 > 74 <h2>小説家になろう</h2> 75 <p>一個だけ書いて、後は放置してます。</p> 76 </a> 77 </article> 78 <article> 79 <a 80 href="https://kakuyomu.jp/users/minerva_juppiter" 81 class="no-text-decoration" 82 > 83 <h2>カクヨム</h2> 84 <p>遅筆ですみません。いつか書きます。</p> 85 </a> 86 </article> 87 </main> 88 <footer>@all right reserved by minerva_juppiter</footer> 89 </body> 90 </html>