From 2ee86ce4ab44e03936a2e732bad0da831a235540 Mon Sep 17 00:00:00 2001
From: Noh Jinhwan <xsest55@ajou.ac.kr>
Date: Mon, 19 Sep 2022 18:05:53 +0900
Subject: [PATCH] Add new file

---
 public/first.html | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 public/first.html

diff --git a/public/first.html b/public/first.html
new file mode 100644
index 0000000..1d291ab
--- /dev/null
+++ b/public/first.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+    <title>
+        my first file
+    </title>
+    <body>
+        <p>
+            a new file
+        </p>
+    </body>
+</html>
-- 
GitLab