Ajout du header
This commit is contained in:
parent
658dd7de35
commit
0c92d3a78e
9 changed files with 36 additions and 11 deletions
10
index.php
10
index.php
|
|
@ -10,6 +10,10 @@
|
|||
</head>
|
||||
|
||||
<body lang="fr">
|
||||
<header>
|
||||
<h1>Générateur de codes QR</h1>
|
||||
<a href="https://code.antopie.org/miraty/qr">Code source</a>
|
||||
</header>
|
||||
<form method="post" action="index.php">
|
||||
|
||||
<div class="param">
|
||||
|
|
@ -85,8 +89,9 @@
|
|||
|
||||
</select>
|
||||
</div>
|
||||
<br/>
|
||||
|
||||
<input type="submit" class="bouton" value="Générer" />
|
||||
<input type="submit" value="Générer" />
|
||||
|
||||
|
||||
|
||||
|
|
@ -109,7 +114,4 @@
|
|||
}
|
||||
?>
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue