diff --git a/Timeline/start1.php b/Timeline/start1.php index 832048f32ea77699542e65375c4ad1bc284e4380..36e2afaf0f64f14acb588d153e4d3fa3e1142e6f 100755 --- a/Timeline/start1.php +++ b/Timeline/start1.php @@ -5,8 +5,8 @@ <title>TIMELINE</title> <!-- pour les moteurs de recherche --> - <meta name="description" lang="fr" content="plateforme de timeline photo pour soirée et évènement" /> - <meta name="keywords" lang="fr" content="photos, soirée, timeline, ENSIIE, iiens" /> + <meta name="description" lang="fr" content="plateforme de timeline photo pour soirée et évènement" /> + <meta name="keywords" lang="fr" content="photos, soirée, timeline, ENSIIE, iiens" /> <!-- icone du titre de la page --> <link rel="shortcut icon" href="fonts/icone2.jpg"> @@ -31,11 +31,11 @@ body{ margin:0; padding:0; -background: url('fonts/photo1.jpg') no-repeat center fixed; // changer la photo du fond qui s'adapte � la taille de l'�cran +background: url('fonts/photo1.jpg') no-repeat center fixed; // changer la photo du fond qui s'adapte à la taille de l'écran -webkit-background-size: cover; /* pour Chrome et Safari */ -moz-background-size: cover; /* pour Firefox */ -o-background-size: cover; /* pour Opera */ -background-size: cover; /* version standardis�e */ +background-size: cover; /* version standardisée */ } </style> @@ -53,8 +53,8 @@ background-size: cover; /* version standardis <h4><center><FONT face="Segoe Script"> Bienvenue sur TimeLine</FONT></center></h4> <p><center><FONT face="Segoe Script">"Cheese, clic & share."</FONT></center></p> <img alt="logo" src="fonts/logo.png"/> - <button class="btn btn-primary btn-block btn-md" type="submit" name="Connexion"><a href="index.php">Se connecter</a></button> - <button class="btn btn-success btn-block btn-md" type="submit" name="Inscription"><a href="index.php">Inscription</a></button> + <button class="btn btn-primary btn-block btn-md" type="submit" name="Connexion"><a href="connexion.php">Se connecter</a></button> + <button class="btn btn-success btn-block btn-md" type="submit" name="Inscription"><a href="inscription.php">Inscription</a></button> </div> </div> </form>