mtgsearch/src/Site/Static/index.html

19 lines
291 B
HTML
Raw Normal View History

<!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>