From 3911636661b9549353664381bb32955b835362a1 Mon Sep 17 00:00:00 2001 From: Gyubin-Han Date: Thu, 26 Jun 2025 13:40:21 +0900 Subject: [PATCH] =?UTF-8?q?Feat:=20=EB=8B=A8=EC=B6=95=20URL=20=EC=83=9D?= =?UTF-8?q?=EC=84=B1=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=EA=B5=AC=ED=98=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 + src/main/resources/templates/index.html | 209 ++++++++++++++++++++++++ 2 files changed, 212 insertions(+) create mode 100644 src/main/resources/templates/index.html diff --git a/.gitignore b/.gitignore index f57b565..8ebf5d7 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,7 @@ node_modules/ # OS specific .DS_Store # Task files +.taskmaster tasks.json tasks/ @@ -66,3 +67,5 @@ scripts/ .taskmasterconfig .windsurfrules compose.yaml + +js/ diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html new file mode 100644 index 0000000..cedf0e7 --- /dev/null +++ b/src/main/resources/templates/index.html @@ -0,0 +1,209 @@ + + + + + +

HanGyub의 URL Shortener(단축기)

+ + + 정보 입력
+ + + +
+
+ +
+ + \ No newline at end of file