diff options
author | Fallstar <fallstar@live.fr> | 2014-03-16 10:47:51 +0100 |
---|---|---|
committer | Fallstar <fallstar@live.fr> | 2014-03-16 10:47:51 +0100 |
commit | 72ec74e6b81191b2079a7ce3e996921d92dd54a8 (patch) | |
tree | 3f85442d1356c7240bb9d8a756104ce121adaa9c | |
parent | 939251d57643057a6882f13697852cc3b85401a3 (diff) | |
download | mailöve.eu-72ec74e6b81191b2079a7ce3e996921d92dd54a8.tar.gz mailöve.eu-72ec74e6b81191b2079a7ce3e996921d92dd54a8.tar.bz2 mailöve.eu-72ec74e6b81191b2079a7ce3e996921d92dd54a8.tar.xz mailöve.eu-72ec74e6b81191b2079a7ce3e996921d92dd54a8.zip |
Modif du footer, il este moche maintenant, mais c'est mieux. :)
-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{ |