codex-mythica/views/index.ejs
Eric Woodward 4e8cf1bf95 ADDED random card to index page.
UPDATED thumbnail images to optimize appearance.
FIXED missing thumbnail images for demo cards.
DELETED mistakenly generated thumbnail images.
UPDATED page layouts.
ADDED links to full size demo cards.
ADDED link to demo set.
FIXED header link.
FIXED credit for Arena of Eternity.
UPDATED preview images to be links to card info.
UPDATED logging to try and catch useful info.
ADDED "tap" verbiage.
UPDATED to v0.2.0.
2018-01-27 09:28:09 -05:00

26 lines
594 B
Plaintext

<!-- views/pages/index.ejs -->
<% include ./partials/top %>
<body class="container">
<% include ./partials/header %>
<main class='main'>
<div class='intro'>
<p><strong>The Codex Mythica</strong> is a database of all of the cards released for the <em>Mythic Wars</em> card game. Browse through <a href='/cards/'>all of the cards</a> in the game, or search to find the card(s) you&apos;re looking for.
</div>
<% include ./partials/random_card %>
<% include ./partials/search_form %>
</main>
<% include ./partials/footer %>
<% include ./partials/scripts %>
</body>
</html>