clojurecup2014-luduverse/src/templates/results.html

33 lines
841 B
HTML

<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>LuduVerse results- ClojureCup 2014 by Aaron Fischer</title>
<meta name="description" content="A Ludum Dare entry search engine">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div id="results-header">
<img id="logo-search-results" src="images/logo_small.jpg">
<form id="search-results" action="/search" method="post">
<input type="text" name="term" value="">
</form>
</div>
<br style="clear: both;">
<div id="results">
<div class="item">
<a href="#">
<img src="#">
<p>This is the dungeon<br>
<span>by Aaron</span></p>
</a>
</div>
</div>
</body>
</html>