-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (24 loc) · 830 Bytes
/
index.html
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
27
28
29
30
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="script.js"></script>
<body>
<div class="half-div">
<div class="upper-text animated pulse faster">
<span class="upper-span">Traduire en espagnol :</span>
</div>
</div>
<div class="half-div">
<div class="lower-text">
<span class="lower-span init">Appuyer sur [ENTREE]</span>
</div>
<div class="info-text">
<span>La réponse attendue s'affichera ici.</span>
</div>
</div>
</body>
</html>