-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (33 loc) · 1.14 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/font.css">
<link rel="stylesheet" href="css/styles.css">
<title>Juicy Typing|Numonu</title>
</head>
<body>
<div class="content">
<div class="warning">
<h1 class="title">Lo siento...</h1>
<p>
Esta aplicacion no funciona en dispositivos moviles :C
</p>
</div>
<div class="wrapper">
<h1 class="title">Juicy Typing</h1>
<ul class="phrase"></ul>
<img src="assets/images/loader.gif" alt="loader" id="loader">
</div>
</div>
<div id="mode-btn" class="modeBtn">
<i class="fa-solid fa-circle-half-stroke"></i>
</div>
<script src="https://kit.fontawesome.com/65a19dc040.js" crossorigin="anonymous"></script>
<script src="js/main.js" type="module"></script>
</body>
</html>
<!--Firma , Numonu | Juan Villegas-->