From 33417110157bdabd697a8574dcaec57dea226bd2 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Fri, 16 May 2025 15:17:19 +0900 Subject: [PATCH] init --- chat.html | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++ default.css | 0 frames.html | 44 ++++++++++++++++++++++++++ index.html | 68 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 202 insertions(+) create mode 100755 chat.html create mode 100755 default.css create mode 100755 frames.html create mode 100755 index.html diff --git a/chat.html b/chat.html new file mode 100755 index 0000000..d63ef4c --- /dev/null +++ b/chat.html @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + Blackhole + + + + + + + \ No newline at end of file diff --git a/default.css b/default.css new file mode 100755 index 0000000..e69de29 diff --git a/frames.html b/frames.html new file mode 100755 index 0000000..11ada6a --- /dev/null +++ b/frames.html @@ -0,0 +1,44 @@ + + + + + + + + + + + +
+ + + + + +
+ + + diff --git a/index.html b/index.html new file mode 100755 index 0000000..607a50c --- /dev/null +++ b/index.html @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + Blackhole + + + + + + + + + + + \ No newline at end of file