-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindez.html
More file actions
30 lines (27 loc) · 1.49 KB
/
indez.html
File metadata and controls
30 lines (27 loc) · 1.49 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Web</title>
</head>
<body>
<h1>Titulo principal</h1>
<iframe src="https://www.meteoblue.com/en/weather/widget/daily/ip_romania_675514?geoloc=fixed&days=5&tempunit=CELSIUS&windunit=METER_PER_SECOND&precipunit=INCH&coloured=monochrome&pictoicon=1&maxtemperature=1&mintemperature=1&windspeed=1&windgust=0&winddirection=1&uv=0&humidity=0&precipitation=1&precipitationprobability=1&spot=1&pressure=0&layout=light" frameborder="0" scrolling="NO" allowtransparency="true" sandbox="allow-same-origin allow-scripts allow-popups allow-popups-to-escape-sandbox" style="width: 270px; height: 420px"></iframe><div><!-- DO NOT REMOVE THIS LINK --><a href="https://www.meteoblue.com/en/weather/week/ip_romania_675514?utm_source=daily_widget&utm_medium=linkus&utm_content=daily&utm_campaign=Weather%2BWidget" target="_blank" rel="noopener">meteoblue</a></div>
<h2>Titulos secundarios</h2>
<h3>Titulos secundarios del secundario</h3>
<p>Esto es un parrafo</p>
<ol>
<li>Uno</li>
<li>Dos</li>
<li>Tres</li>
</ol>
<ul>
<li>Aguacate</li>
<li>Anana</li>
<li>Coco</li>
</ul>
<img src="https://image.api.playstation.com/vulcan/ap/rnd/202407/1713/3b27b493baa7b3f34b4a9fd92e8a1fbbabd76016cb17e8a8.png" alt="">
</body>
</html>