From 5002f6a10314cfb7b26ce495ac95112a651cb57a Mon Sep 17 00:00:00 2001 From: hmtsai Date: Thu, 2 May 2024 13:44:52 +0800 Subject: [PATCH] create repo. --- .gitignore | 1 + index.css | 12 ++++++++++++ index.html | 21 +++++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 .gitignore create mode 100644 index.css create mode 100644 index.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9bd9b01 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.~undo-tree~ diff --git a/index.css b/index.css new file mode 100644 index 0000000..7d1493d --- /dev/null +++ b/index.css @@ -0,0 +1,12 @@ +*{ + padding:0; + margin:0; + color:#fff; +} + +#naviBar{ + height:55px; + width:100%; + background-color: #3f3f5f; + display: flex; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..4ad03f4 --- /dev/null +++ b/index.html @@ -0,0 +1,21 @@ + + + + + Hmtsai's Website + + + + + + +
+

Welcome to Hmtsai's Website

+
+ + +