index.html (1937B)
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 8 rel="icon" 9 href="./public/minerva-juppiter.svg" 10 type="image/svg+xml" 11 /> 12 <link rel="preconnect" href="https://fonts.googleapis.com" /> 13 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> 14 <link 15 href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap" 16 rel="stylesheet" 17 /> 18 </head> 19 <body> 20 <header> 21 <div class="header-left"> 22 <a href="./index.html"> 23 <h1>Minerva_Juppiter</h1> 24 </a> 25 </div> 26 <div class="header-right"> 27 <a href="./Schedule"> 28 <h2>Schedule</h2> 29 </a> 30 <a href="./works"> 31 <h2>Art Works</h2> 32 </a> 33 <a href="./SNS"> 34 <h2>SNS</h2> 35 </a> 36 <a href="https://blog.minervajuppiter.net/"> 37 <h2>Blog</h2> 38 </a> 39 </div> 40 </header> 41 <main class="text-center"> 42 <h1>Minerva_Juppiter</h1> 43 <h3>哲</h3> 44 <br /> 45 <article> 46 <h2>自己の紹介です</h2> 47 <h4>About me</h4> 48 <br /> 49 <p>おはようございます、Minerva_Juppiterです。</p> 50 <p>しがない、侏儒のものです。</p> 51 <p>このページは、自己紹介がてら作りました。</p> 52 <p>好ければ見ていってください。</p> 53 </article> 54 </main> 55 <footer>@all right reserved by minerva_juppiter</footer> 56 </body> 57 </html>