From 8b81f0dd97139af79f692c683d4ed8a06144a1bd Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 4 Nov 2024 12:47:51 -0500 Subject: Create static webapp --- web/index.html | 27 +++++++++++++++++++++++++++ web/wizard.css | 18 ++++++++++++++++++ web/wizard.js | 20 ++++++++++++++++++++ 3 files changed, 65 insertions(+) create mode 100644 web/index.html create mode 100644 web/wizard.css create mode 100644 web/wizard.js diff --git a/web/index.html b/web/index.html new file mode 100644 index 0000000..59b0013 --- /dev/null +++ b/web/index.html @@ -0,0 +1,27 @@ + + + + Wizard Card Generator - Four Island + + + + + +
+

Wizard

+

Wizard is a tool that allows you to create joke images with Magic: the Gathering cards. Given some input text, Wizard will find a string of MtG cards whose names span the input text, and glue them together, to comedic effect.

+

Wizard was created by Hatkirby, mostly in 2018, but was only connected to a webpage in 2024. It was inspired by a meme I saw in 2018, but I have no way of finding it because of the sands of time. The source code is available here, which includes both a standalone generator, as well as the server that powers this webpage.

+
+
+

+ + +

+

+ +

+

+
+