clojurecup2014-luduverse/src/templates/landingpage.html

27 lines
989 B
HTML

<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>LuduVerse - 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>
<img id="logo" src="images/logo.jpg">
<form id="search" action="/search" method="post">
<input type="text" name="term" value="">
<p>Search all the <a href="http://ludumdare.com/">Ludum Dare 30</a>
entries (2538 Entries) (more LDs to come in the future, I didn't want to stress the
server too much). You don't know what to search? Try <strong>html5</strong>,
<strong>notch</strong> or <strong>aliens and zombies</strong>. You can
search for usernames, game titles or even the whole description. Time
to find some hidden gems!</p>
</form>
</body>
</html>