summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..bab0463
--- /dev/null
+++ b/index.html
@@ -0,0 +1,11 @@
+<!doctype html>
+<html lang="en">
+<meta charset="utf-8">
+<link rel="stylesheet" href="style.css">
+<title>What Is This Card?</title>
+<main>
+<h1>What Is This Card?</h1>
+<object type="image/svg+xml" data="card.svg"></object>
+<p>Answer the question in the shortest exposition time.<br>Click the card to flip it.</p>
+<label for="answer">This card is </label><input id="answer" type="text" autofocus><input type="submit" value="→">
+</main>