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.
23 lines
369 B
23 lines
369 B
3 years ago
|
<!DOCTYPE html>
|
||
|
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
|
||
|
<meta charset="utf-8">
|
||
|
|
||
|
<title></title>
|
||
|
|
||
|
<link rel="stylesheet" type="text/css" href="styles.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<img src="logo.jpeg">
|
||
|
|
||
|
<input type="text" id="input" name="input" value=""><br>
|
||
|
<input type="button" id="bouton" value="Contrôler" onclick="controle()">
|
||
|
|
||
|
<script src="main.js"></script>
|
||
|
|
||
|
</body>
|
||
|
</html>
|