g1chapeau/lib/crowdfunding/examples/paidge.html

29 lines
637 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>Kickstarter</title>
<style>
body {
font-family: sans-serif;
}
iframe {
width: 75%;
display: block;
margin: auto;
border: 0;
}
</style>
</head>
<body>
<nav>&lt; <a href=".">Autres exemples</a></nav>
<iframe class="autoHeight"
src="../iframe.php?theme=paidge&amp;display_button=1&amp;display_title=sure&amp;title=Encourageons%20les%20d%C3%A9veloppeurs%20de%20Duniter&amp;target=853&amp;unit=relative&amp;pubkey=78ZwwgpgdH5uLZLbThUQH7LKwPgjMunYfLiCfUCySkM8"
></iframe>
<script src="js/autoHeight.js"></script>
</body>
</html>