Different title and description for each page
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
<!-- Head Perso -->
|
||||
<?php include("../../php/headPerso.php");?>
|
||||
|
||||
<!-- Header -->
|
||||
<?php include("../../incl/header.php");?>
|
||||
|
||||
@@ -6,8 +9,8 @@
|
||||
|
||||
<!-- Page Content -->
|
||||
<div class="container">
|
||||
<h1 class="mt-4 text-center"><span class="yellow-color">Conversion de Température</span> :</h1>
|
||||
<p class="pt-3 text-center">Convertit des Degré Celsius en Degré Fahrenheit et l'inverse aussi.</p>
|
||||
<h1 class="mt-4 text-center"><span class="yellow-color"><?php echo $title?></span> :</h1>
|
||||
<p class="pt-3 text-center"><?php echo $description?></p>
|
||||
<div class="form-group">
|
||||
<label for="temperatureValue">Entrez la température :</label>
|
||||
<input name="temperatureValue" type="text" id="temperatureValue" placeholder="(e.g : 23°C)" class="form-control">
|
||||
|
Reference in New Issue
Block a user