raphiz/passwordcards

View on GitHub
resources/spam.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en">
{include="includes/header"}
<body>

  <!-- Primary Page Layout
  –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  <div class="container">
    <div class="header">
        <h1>Awww...</h1>
        <p>To prevent spam you can only create 5 cards every 5 minutes...</p>
        <p>While you wait ({$seconds} seconds are left) - you can watch this video of cute cats!</p>
        <iframe width="560" height="315" src="https://www.youtube.com/embed/nOBX7ffZFCU" frameborder="0" allowfullscreen></iframe>
        <br>
        <a href="/" class="button">Go Back</a>
    </div>
</div>
</body>
</html>