From 9b4879574c30eef309aba9d6786b3c8662ed73da Mon Sep 17 00:00:00 2001 From: nk <98922449+LoKiToon@users.noreply.github.com> Date: Thu, 28 Aug 2025 23:57:46 +0300 Subject: [PATCH] add credits page --- content/credits.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 content/credits.md diff --git a/content/credits.md b/content/credits.md new file mode 100644 index 0000000..a868538 --- /dev/null +++ b/content/credits.md @@ -0,0 +1,8 @@ +---js +const eleventyNavigation = { + key: "CREDITS", + order: 5 +}; +--- +# Credits +This website uses the font [Mister Twiggs Heavy](https://www.typeinnovations.com/fonts/mister-twiggs) by [Type Innovations](https://www.typeinnovations.com/) \ No newline at end of file