xtof_83 Freeride Spirit | C'est ici que tu modifies le temps de redirection:
Code :
- <meta http-equiv="refresh" content="2; URL=http://philippepraud.free.fr/" />
|
ici 2 secondes
Tiens index.htm:
Code :
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
- <head>
- <title>Philippe Praud, Photographe de mariage, spéctacles, portraits, paysages , galerie photo</title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <meta name="keywords" content="Philippe Praud, Photographe de mariage, spéctacles, portraits, paysages , galerie photo" />
- <meta name="DC.title" content="Philippe Praud, Photographe de mariage, spéctacles, portraits, paysages , galerie photo" />
- <meta name="description" content="Philippe Praud, Photographe de mariage, spéctacles, portraits, paysages , galerie photo" />
- <meta http-equiv="refresh" content="2; URL=http://philippepraud.free.fr/" />
- <link rel ="stylesheet" type="text/css" href="general.css" />
- </head>
- <body><!-- START PAGE -->
- <div id="page">
- <div id="header">
- <h1>Philippe Praud</h1>
- </div>
- <div id="contenu">
- <p id="firstpara">Site en reconstruction, vous allez être automatiquement redirigé</p>
- <p><a href="http://philippepraud.free.fr">Pour ne pas attendre</a></p>
- </div>
- <div id="footer">
- Page créée par <a href="http://southriders.free.fr">Xtof</a>
- </div>
- </div>
- </body><!-- END PAGE -->
- </html>
|
general.css:
Code :
- * {
- margin:0;
- padding:0;
- }
- a {
- text-decoration:none;
- }
- #page {
- margin:0 auto;
- width:786px;
- border:1px solid #ccc;
- }
- #header {
- background:url("http://philippepraud.free.fr/img/Philippe-Praud-TOP.jpg" ) left top no-repeat;
- height:255px;
- }
- #header h1 {
- color:#fff;
- }
- #contenu {
- background:url("http://philippepraud.free.fr/img/Philippe-Praud-Contact.jpg" ) left top no-repeat;
- }
- #contenu p {
- text-align:center;
- }
- #contenu p a {
- color:#777;
- }
- #contenu p a:hover {
- color:#ccc;
- text-decoration:underline;
- }
- #firstpara {
- padding-top:110px;
- }
- #footer {
- margin-top:50px;
- clear:both;
- text-align:center;
- background:#555;
- color:#fff;
- width:100%;
- }
- #footer a {
- color:#ccc;
- }
|
|