commit 5002f6a10314cfb7b26ce495ac95112a651cb57a Author: hmtsai Date: Thu May 2 13:44:52 2024 +0800 create repo. 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

+
+ + +