19 lines
733 B
HTML
19 lines
733 B
HTML
<!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>
|