18 lines
291 B
HTML
18 lines
291 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
|
|
<h1>This is a heading</h1>
|
|
|
|
<p>This site will be to search for magic the gathering cards using a custom sort of DSL!</p>
|
|
|
|
|
|
<form method="POST" action="/api/req">
|
|
<input name="query"/>
|
|
<button type="submit">SHIP IT!</button>
|
|
</form>
|
|
|
|
</body>
|
|
</html>
|
|
|
|
|