-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 1.38 KB
/
index.html
File metadata and controls
37 lines (37 loc) · 1.38 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RandoMaths</title>
<meta name="description" lang="en" content="If you are looking for a place where random math is done, this is the place for you!">
<meta name="description" lang="es" content="Si estás buscando una página que haga problemas matemáticos al azar, ¡Este es tu sitio!">
<meta name="robots" content="index, follow">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1 id="pick">Pick</h1>
<div class="cuadros">
<a href="easy_mode.html" id="easy">Easy</a>
<a href="normal_mode.html" id="normal">Normal</a>
<a href="hard_mode.html" id="hard">Hard</a>
<hr>
<footer>
<h2>About</h2>
<h3>English</h3>
<p>This is just a web created by a random user like a knowledge challenge, seeing that he knews nothing about JavaScript.</p>
<h3>Spanish</h3>
<p>Esta es solo una web creada por un usuario random como reto de conocimiento, dándose en cuenta en el proceso de que no sabía nada de JavaScript</p>
<h2>Contact</h2>
<p>Oficialmoyihd@gmail.com</p>
<br>
<br>
<cite>@Atom_MoYi21-Todos los Derechos Reservados</cite>
<br>
</footer>
<hr>
<h2>History</h2>
<h3>6/5/2025 - 05/06/2025</h3>
<p>-Tras varios intentos, el creador tuvo que recurrir a la IA, se siente decepcionado de ello.</p>
</body>
</html>