14 lines
363 B
HTML
14 lines
363 B
HTML
<!doctype html>
|
|
<html lang="">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>LD31</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
<script src="vendors/jquery-1.11.1.min.js"></script>
|
|
<script src="vendors/canvasquery.js"></script>
|
|
<script src="app.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1>Ludum Dare, here we come again!!</h1>
|
|
</body>
|
|
</html>
|