From 0d07e632916903b1fa1f47bba883c15868f37ea3 Mon Sep 17 00:00:00 2001 From: Kai Gunger Date: Mon, 17 Aug 2026 22:06:08 -0400 Subject: Initial commit --- comic/index.html | 11 +++++++++++ comic/viewer.html | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 comic/index.html create mode 100644 comic/viewer.html (limited to 'comic') diff --git a/comic/index.html b/comic/index.html new file mode 100644 index 0000000..6d5647b --- /dev/null +++ b/comic/index.html @@ -0,0 +1,11 @@ + + + + + + Comic Index + + + + + \ No newline at end of file diff --git a/comic/viewer.html b/comic/viewer.html new file mode 100644 index 0000000..33d81f9 --- /dev/null +++ b/comic/viewer.html @@ -0,0 +1,40 @@ + + + + + + Comic Viewer + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3