From 1e8a9e872ee6c5f0f754deb9ffcd5c48c02f1f5a Mon Sep 17 00:00:00 2001 From: soulin maikadua <104555691+soulincsl@users.noreply.github.com> Date: Tue, 5 Dec 2023 14:52:19 +0700 Subject: [PATCH] first commit --- README.md | 1 + api/data.json | 20 ++++++++++++++++++++ index.html | 12 ++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 README.md create mode 100644 api/data.json create mode 100644 index.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..9d1e686 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# DO NOT READ ME diff --git a/api/data.json b/api/data.json new file mode 100644 index 0000000..92ed131 --- /dev/null +++ b/api/data.json @@ -0,0 +1,20 @@ +[ + { + "title": "First test", + "projects": [ + { + "title": "first test 1", + "url": "https://github.com/" + } + ] + }, + { + "title": "First test", + "projects": [ + { + "title": "first test 1", + "url": "https://github.com/" + } + ] + } +] diff --git a/index.html b/index.html new file mode 100644 index 0000000..ca8259f --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + My Works + + + +

I'm lazy, that's why I do this...

+ +