From 5b2c7d66b5e1650d9034dfe09def365aea4318f3 Mon Sep 17 00:00:00 2001 From: dudco Date: Fri, 4 Jun 2021 03:57:15 +0900 Subject: [PATCH] Test --- test.css | 3 +++ test.html | 17 +++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 test.css create mode 100644 test.html diff --git a/test.css b/test.css new file mode 100644 index 0000000..3d0ac8d --- /dev/null +++ b/test.css @@ -0,0 +1,3 @@ +body { + background-color: darkcyan; +} \ No newline at end of file diff --git a/test.html b/test.html new file mode 100644 index 0000000..4138baf --- /dev/null +++ b/test.html @@ -0,0 +1,17 @@ + + + + + + + + 0. 개요 + + + + + Hello world +
asdf
+ + + \ No newline at end of file