You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
266 B

<html>
<head>
<title></title>
</head>
<body>
<h1>VAMPIRES</h1>
<p><a href="/vampires/new">Add a vampire</a></p>
<% vampires.forEach(function(vampire, index) { %>
<a href="/vampires/<%= index %>"><img src="<%= vampire.img %>"/></a>
<% }); %>
</body>
</html>