-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-es.html
24 lines (24 loc) · 911 Bytes
/
index-es.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<title>A Jean-Jacques Rousseau quote - In spanish</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Crimson+Text:ital@1&family=Julius+Sans+One&display=swap" rel="stylesheet">
</head>
<body>
<div class="wrapper">
<q class="quote">La libertad de la humanidad no radica en el hecho de que podemos hacer lo que queramos, sino en que no tenemos que hacer lo que no queremos.</q>
<div class="author">– Jean-Jacques Rousseau</div>
<nav>
<ul>
<li>In other languages:</li>
<li><a href="index.html">english</a></li>
<li><a href="index-hu.html">magyar</a></li>
</ul>
</nav>
</div>
</body>
</html>