-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (24 loc) · 972 Bytes
/
index.html
File metadata and controls
26 lines (24 loc) · 972 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<head>
<title>Keydeo</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
<script src='JS/script.js' > </script>
<link rel="stylesheet" type="text/css" href="CSS/style.css">
<link rel="stylesheet" type="text/css" href="CSS/animate.css">
</head>
<body>
<section class='animated' >
<form>
<label for="link">Lien de la vidéo :</label></br>
<input type="text" name="link" value="" placeholder="https://www.youtube.com/watch?v=dQw4w9WgXcQ">
</br>
<label for="keyboardLayout">Type de clavier :</label>
<select name='keyboardLayout'>
<option value='AZERTY' selected>AZERTY</option>
<option value='QWERTY' >QWERTY</option>
</select>
</br>
<button type="button" id='start' >C'est parti !</button>
</form>
</section>
</body>