diff options
-rw-r--r-- | aide.html | 7 | ||||
-rw-r--r-- | index.html | 8 | ||||
-rw-r--r-- | installation.html | 10 | ||||
-rw-r--r-- | style.css | 1 |
4 files changed, 22 insertions, 4 deletions
@@ -32,7 +32,12 @@ <footer> - <center>Un jeu par <a href="http://piernov.org">piernov</a></center> + <p><center>Un jeu par <a href="piernov.org">piernov</a><br/>Lui payer une bière ? <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> +<input type="hidden" name="cmd" value="_s-xclick"> +<input type="hidden" name="hosted_button_id" value="4B4WWYAYE35WC"> +<input type="image" src="https://www.paypalobjects.com/fr_FR/FR/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - la solution de paiement en ligne la plus simple et la plus sécurisée !"> +<img alt="" border="0" src="https://www.paypalobjects.com/fr_FR/i/scr/pixel.gif" width="1" height="1"> +</form></p> </footer> </body> @@ -41,8 +41,12 @@ <br/> <br/> <footer> - <center>Un jeu par <a href="piernov.org">piernov</a></center> + <p><center>Un jeu par <a href="piernov.org">piernov</a><br/>Lui payer une bière ? <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> +<input type="hidden" name="cmd" value="_s-xclick"> +<input type="hidden" name="hosted_button_id" value="4B4WWYAYE35WC"> +<input type="image" src="https://www.paypalobjects.com/fr_FR/FR/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - la solution de paiement en ligne la plus simple et la plus sécurisée !"> +<img alt="" border="0" src="https://www.paypalobjects.com/fr_FR/i/scr/pixel.gif" width="1" height="1"> +</form></p> </footer> - </body> </html> diff --git a/installation.html b/installation.html index 34d41b7..beb705a 100644 --- a/installation.html +++ b/installation.html @@ -22,6 +22,8 @@ <div id="screenshots"> Images IG </div> + <br/> + </aside> <section> @@ -38,8 +40,14 @@ <br/> <br/> <footer> - <center>Un jeu par <a href="piernov.org">piernov</a></center> + <p><center>Un jeu par <a href="piernov.org">piernov</a><br/>Lui payer une bière ? <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> +<input type="hidden" name="cmd" value="_s-xclick"> +<input type="hidden" name="hosted_button_id" value="4B4WWYAYE35WC"> +<input type="image" src="https://www.paypalobjects.com/fr_FR/FR/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - la solution de paiement en ligne la plus simple et la plus sécurisée !"> +<img alt="" border="0" src="https://www.paypalobjects.com/fr_FR/i/scr/pixel.gif" width="1" height="1"> +</form></p> </footer> + </body> </html> @@ -34,6 +34,7 @@ div#screenshots{ width: 13em; border: solid black 1px; border-radius: 0.5em; + padding: 0.25em; } section{ |