-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paths1.html
35 lines (32 loc) · 1.23 KB
/
s1.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
<!DOCTYPE html>
<html>
<head>
<title>Sesión 1</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap" rel="stylesheet">
<style>
body{
font-family: "Playfair Display", sans-serif;
background-color: blanchedalmond;
color: black;
}
</style>
</head>
<body>
<h1>Hola Mundo!</h1>
<p>En este mundo de curiosidades, hay muchas curiosidades curiosas.</p>
<br>
<p>Por lo que a veces hay que <small>minimizar</small> cosas, otras hay que dejarlas <b>claras</b>.</p>
<hr>
<p>Dejando eso de parte, vamos a citar a la famosa Trisha Paytas, que es mi patrona</p>
<br>
<p><i>"I just want people to know me and to love me, because I have no love."</i></p>
<p><b>Trisha Paytas, 2022</b></p>
<br>
<p>Bueno en fin, falta un <del>tachado</del>, y ya que estamos, <ins>un subrayao'.</ins></p>
</body>
</html>
<!---
Yazide Arsalan Chahim
-->