commit ed3628ae0a234b93a52199643ac7eb451d6363f4 parent 3b7cf2c974e7fbae1bc1a874d40e1c93ef6a8909 Author: minerva-jupiter <ryouturn@gmail.com> Date: Wed, 23 Apr 2025 21:05:15 +0900 create about page Diffstat:
| A | about.html | | | 36 | ++++++++++++++++++++++++++++++++++++ |
1 file changed, 36 insertions(+), 0 deletions(-)
diff --git a/about.html b/about.html @@ -0,0 +1,35 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + <link rel="stylesheet" href="style.css"> + <title>About</title> + </head> + <body> + <header> + <h1>Blog</h1> + <h2>by Minerva_Juppiter</h2> + <nav> + <a href="/">Home</a> + / + <a href="/about">About</a> + </nav> + </header> + <article> + <h1>About</h1> + <br> + <p> + This is blog by minerva-juppiter. <br> + All sentences created and edited by minerva-juppiter. <br> + DO NOT use all articles as yours. <br> + If you want to use my articles, you have to indicate the source of the quote. <br> + In the other words, "this articles by https://blog.minervajuppiter.net" or "https://github.com/minerva-jupiter/blog-minerva-juppiter". + </p> + </article> + <footer> + <p> + @all right reserved by Minerva_Juppiter + </p> + </footer> + </body> +</html>+ \ No newline at end of file