summaryrefslogtreecommitdiff
path: root/index.html
blob: bab0463ca2a15b08c5531c03814aac134b80e55b (plain)
1
2
3
4
5
6
7
8
9
10
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>