Juneland-website/vendor/crowdfunding2/examples/cloud.html

27 lines
654 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>Cloud iframe</title>
<style>
iframe {
border: 0;
margin: auto;
width: 100%;
}
</style>
</head>
<body>
<nav>&lt; <a href=".">Autres exemples</a></nav>
<h1>Merci à nos donateurs</h1>
<p>
Nous tenons à remercier tous nos généreux donateurs pour leurs dons du mois dernier (janvier 2020) :
</p>
<iframe class="autoHeight" src="../iframes.php?wishedParam=donorsList&amp;style=cloud&amp;start_date=2020-01-01&amp;end_date=2020-01-31&amp;pubkey=78ZwwgpgdH5uLZLbThUQH7LKwPgjMunYfLiCfUCySkM8"></iframe>
<script src="js/autoHeight.js"></script>
</body>
</html>