www.mtkn.jp

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

commit f5e80d84c153eb1e0d70f401f89ac8e3c1a3b885
parent 79387b1a9009daea9e0c44dfc488d285aaff2c0a
Author: Matsuda Kenji <ftvda283@gmail.com>
Date:   Tue, 30 Nov 2021 15:47:21 +0900

add crypt currency

Diffstat:
Aman/computer/what-i-use.html | 1+
Mman/index.html | 11+++++++++++
Aman/static/btc.png | 0
Aman/static/btc_logo.png | 0
Aman/static/monacoin.png | 0
Aman/static/monacoin_logo.png | 0
Apub/computer/what-i-use.html | 22++++++++++++++++++++++
Mpub/index.html | 11+++++++++++
Apub/static/btc.png | 0
Apub/static/btc_logo.png | 0
Apub/static/monacoin.png | 0
Apub/static/monacoin_logo.png | 0
12 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/man/computer/what-i-use.html b/man/computer/what-i-use.html @@ -0,0 +1 @@ +<h1>使用しているハードウェア、ソフトウェア</h1> diff --git a/man/index.html b/man/index.html @@ -49,3 +49,14 @@ Unixの考え方が好きです。小さいものは美しい。これはコン <li><a href=/misc/migration.html>移住計画</a></li> </ul> --> +<h2>投げ銭</h2> +<p> + <img src="/static/monacoin_logo.png" alt="monacoin logo" width="30">mona coin<br /> + <code>PS4yAYU2K2VQY7ekTNRTkHf2UAmdhj19fH</code><br /> + <img src="/static/monacoin.png" alt="" width="100"> +</p> +<p> + <img src="/static/btc_logo.png" alt="btc logo" width="30">bit coin<br /> + <code>17KNf6fXEskcXH2i7n6SmZuJMiqN395eje</code><br /> + <img src="/static/btc.png" alt="" width="100"> +</p> diff --git a/man/static/btc.png b/man/static/btc.png Binary files differ. diff --git a/man/static/btc_logo.png b/man/static/btc_logo.png Binary files differ. diff --git a/man/static/monacoin.png b/man/static/monacoin.png Binary files differ. diff --git a/man/static/monacoin_logo.png b/man/static/monacoin_logo.png Binary files differ. diff --git a/pub/computer/what-i-use.html b/pub/computer/what-i-use.html @@ -0,0 +1,22 @@ +<!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> + <h3> + <a href=/>はつかぜ</a> + </h3> + </header> + <main> + <article> +<h1>使用しているハードウェア、ソフトウェア</h1> + </article> + + </main> +</body> +</html> diff --git a/pub/index.html b/pub/index.html @@ -65,6 +65,17 @@ Unixの考え方が好きです。小さいものは美しい。これはコン <li><a href=/misc/migration.html>移住計画</a></li> </ul> --> +<h2>投げ銭</h2> +<p> + <img src="/static/monacoin_logo.png" alt="monacoin logo" width="30">mona coin<br /> + <code>PS4yAYU2K2VQY7ekTNRTkHf2UAmdhj19fH</code><br /> + <img src="/static/monacoin.png" alt="" width="100"> +</p> +<p> + <img src="/static/btc_logo.png" alt="btc logo" width="30">bit coin<br /> + <code>17KNf6fXEskcXH2i7n6SmZuJMiqN395eje</code><br /> + <img src="/static/btc.png" alt="" width="100"> +</p> </article> </main> diff --git a/pub/static/btc.png b/pub/static/btc.png Binary files differ. diff --git a/pub/static/btc_logo.png b/pub/static/btc_logo.png Binary files differ. diff --git a/pub/static/monacoin.png b/pub/static/monacoin.png Binary files differ. diff --git a/pub/static/monacoin_logo.png b/pub/static/monacoin_logo.png Binary files differ.