From 88b104421c838b1a4d0cf2ab75b57bbab121f492 Mon Sep 17 00:00:00 2001 From: Shinwoo PARK Date: Thu, 13 Jun 2024 17:54:44 +0000 Subject: [PATCH] feat: add base html files --- 404.html | 18 ++++++++++++++++++ index.html | 28 ++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 404.html create mode 100644 index.html diff --git a/404.html b/404.html new file mode 100644 index 0000000..7fd7dd9 --- /dev/null +++ b/404.html @@ -0,0 +1,18 @@ + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..b7cd84f --- /dev/null +++ b/index.html @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + PSW/UI + + +
+ + + \ No newline at end of file