tp 1a
This commit is contained in:
14
tp1a/index.html
Normal file
14
tp1a/index.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Formulaire César</title>
|
||||
</head>
|
||||
<body>
|
||||
<form action="http://localhost:8080/cesar/1" method="GET">
|
||||
<label for="val">Texte à chiffrer :</label>
|
||||
<input type="text" id="val" name="val" required>
|
||||
<br>
|
||||
<input type="submit" value="Chiffrer">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user