You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
532 B
16 lines
532 B
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<?php include 'include/menu.php'; ?>
|
|
<body id='corps'>
|
|
<?php include 'include/nav.php'; ?>
|
|
<form id="form" action="cible/search.php" method="POST">
|
|
<div class="champ">
|
|
<input type="input" name="id">
|
|
</div>
|
|
<div class="submit">
|
|
<input id="submit" class="entry" type="submit">
|
|
</div>
|
|
</form>
|
|
<script type="text/javascript" src="cible/script.js" defer></script>
|
|
</body>
|
|
</html>
|
|
|