www.mtkn.jp

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

commit 942b76c3fb983daecbc06059256e7da8c57e6535
parent 429647acf92d79dc0b82f6ff129df512657ac15d
Author: Matsuda Kenji <ftvda283@gmail.com>
Date:   Sun, 13 Jun 2021 11:53:55 +0900

create plants

Diffstat:
Aman/plants/myrica_rubra.html | 10++++++++++
Awww/plants/myrica_rubra.html | 33+++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/man/plants/myrica_rubra.html b/man/plants/myrica_rubra.html @@ -0,0 +1,10 @@ +<h1>ヤマモモ</h1> +<span class="binomial name"><i>Myrica rubra</i> Sieb. et Zucc.</span> +<h2>概要</h2> +<h2>利用</h2> + <h3>食べ方</h3> + 濃い紫になったものを生でそのまま食べる。 + 種を取り除いてジャムに。 + ホワイトリカーに漬けて果実酒に。 + <h3>染料として</h3> + 樹皮をはいで diff --git a/www/plants/myrica_rubra.html b/www/plants/myrica_rubra.html @@ -0,0 +1,33 @@ +<!DOCTYPE html> +<html lang="ja"> +<head> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width,initial-scale=1" /> + <link rel="stylesheet" type="text/css" href="/static/base.css" /> + <title>はつかぜ</title> +</head> +<body> + <header> + <h1><a href=/>はつかぜ</a></h1> + <nav> + <ul> + </ul> + </nav> + </header> + <main> + <article> +<h1>ヤマモモ</h1> +<span class="binomial name"><i>Myrica rubra</i> Sieb. et Zucc.</span> +<h2>概要</h2> +<h2>利用</h2> + <h3>食べ方</h3> + 濃い紫になったものを生でそのまま食べる。 + 種を取り除いてジャムに。 + ホワイトリカーに漬けて果実酒に。 + <h3>染料として</h3> + 樹皮をはいで + </article> + + </main> +</body> +</html>