PasswordCards/resources/spam.html

20 lines
733 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>