Newer
Older
git_practice_2019 / rinkou2.html
@sasaki sasaki on 6 Jun 2019 2 KB add in rinkou2.html
!DOCTYPE html>
<html lang="en-US">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <link rel="stylesheet" href="style.css" type="text/css">
    <title>第2回輪講</title>
    <!--[if lt IE 9]>
	<script type="text/javascript>
	  document.createElement("nav");
	  document.createElement("header");
	  document.createElement("footer");
	  document.createElement("section");
	  document.createElement("aside");
	  document.createElement("article");
	</script>
	<![endif]-->
  </head>
  
  <body>
    <header id="page_header">
      <h1>輪講2回目</h1>
    </header>
    <section id="posts">
      <article class="post">
	<header>
	  <h2>hogehoge</h2>
	  <p>作り始めた時間だよ
	    <time datetime="2019-5-13T13:45">5月13日 午後1時45分</time>
	  </p>
	</header>
	<aside>
	  <p>
	    &quot;水瀬いのりさんは神であり、
	    小倉唯さんも神である.&quot;
	  </p>
	</aside>
	<p>
	  家に帰ったら初めて水瀬いのりさんが載った声グラ(声優グランプリ)を見つけて嬉しくなった。水瀬いのりさんの全盛期は20歳〜21歳である。harmonny ribonnのMVの頃の水瀬いのりさんが1番である。詳しくは<a href="https://www.youtube.com/watch?v=RcbWbp-lPYo">こちら</a>から(音量注意)
	</p>
	<p>
	  Pick me please!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
	</p>
	<footer>
	  <p><a href="comments"><i>25 Comments</i></a>...</p>
	</footer>
      </article>
    </section>
    
    <section id="sidebar">
      <nav>
	<h3>アチーブだよ</h3>
	<ul>
	  <li><a href="http://akican.qcweb.jp/">Blog</a></li>
	  <li><a href="https://www.yatex.org/s4/index.cgi?home">s4</a></li>
	  <li><a href="https://twitter.com/">twitter</a></li>
	</ul>
      </nav>
    </section>
    
    <footer id="page_footer">
      <p>&copy; 2019 あきかんblog</p>
      <nav>
	<ul>
	  <li><a href="popup.html">popup</a></li>
	  <li><a href="#">いのりん</a></li>
	  <li><a href="#">ゆいちゃん</a></li>
	  <li><a href="#">すみぺ</a></li>
	</ul>
      </nav>
      <section id="pledge">
	<header>
	  <h3>資金調達の目標(メーター)</h3>
	</header>
	<meter title="USE" id="pledge_goal"
	       value="2500" min="0" max="5000">
	  $2500
	</meter>
	<p>助けてくれ、$5000に届くまで</p>
      </section>
      <p>プログレスバー(何に使うかは不明)</p>
      <progress id="progressbar" max=100><span>0</span>%</progress>
  </body>
</html>