www.mtkn.jp

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

commit 2b88a2124de843706768aae48a073b5e449c3694
parent 0fca72485ea1fd8126ae4dae7c24268315fbe537
Author: Matsuda Kenji <contact2655@matsudakenji.xyz>
Date:   Fri, 14 Jan 2022 14:09:25 +0900

add moved page

Diffstat:
Aman/error/moved.html | 2++
Mpub/.files | 2+-
Apub/error/moved.html | 26++++++++++++++++++++++++++
Mpub/sitemap.xml | 1+
4 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/man/error/moved.html b/man/error/moved.html @@ -0,0 +1,2 @@ +<h1>移転しました</h1> +<p>hatsukaze.comは<a href="https://www.matsudakenji.xyz">matsudakenji.xyz</a>に移転しました。</p> diff --git a/pub/.files b/pub/.files @@ -1 +1 @@ -./computer/rtx1200-qos.html +./error/moved.html diff --git a/pub/error/moved.html b/pub/error/moved.html @@ -0,0 +1,26 @@ +<!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" /> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> + <title>はつかぜ</title> +</head> +<body> + <header> + <h3> + <a href=/>はつかぜ</a> + </h3> + </header> + <main> + <article> +<h1>移転しました</h1> +<p>hatsukaze.comは<a href="https://www.matsudakenji.xyz">matsudakenji.xyz</a>に移転しました。</p> + </article> + + </main> + <footer> + </footer> +</body> +</html> diff --git a/pub/sitemap.xml b/pub/sitemap.xml @@ -28,6 +28,7 @@ <url><loc>https://www.matsudakenji.xyz/computer/rtx1200-qos.html</loc><lastmod>2022-01-14</lastmod></url> <url><loc>https://www.matsudakenji.xyz/computer/what-i-use.html</loc><lastmod>2021-12-16</lastmod></url> <url><loc>https://www.matsudakenji.xyz/error/404.html</loc><lastmod>2021-12-16</lastmod></url> +<url><loc>https://www.matsudakenji.xyz/error/moved.html</loc><lastmod>2022-01-14</lastmod></url> <url><loc>https://www.matsudakenji.xyz/farm/journal/2021.html</loc><lastmod>2022-01-9</lastmod></url> <url><loc>https://www.matsudakenji.xyz/</loc><lastmod>2022-01-14</lastmod></url> <url><loc>https://www.matsudakenji.xyz/misc/migration.html</loc><lastmod>2021-12-16</lastmod></url>