-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (19 loc) · 830 Bytes
/
index.html
File metadata and controls
35 lines (19 loc) · 830 Bytes
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> <!--Comentaris amb (ctrl+/) -->
<html lang="en">
<head>
<meta charset="utf-8" name="viewport" content="width=device-width">
<title>Index</title>
</head>
<!-- <img src="adreça_imatge" alt="text alternatiu" width="500"> -->
<!-- <abbr title="Hypertext Markup Language "5"">HTML5</abbr> -->
<body>
<ol>
<li>Unificar pàgines cover letter</li>
<li>Puc gastar <p>, <ul>, ...</li>
</ol>
<h1>Pàgines web guardades per a visitar</h1>
<h2>Pàgines relacionades amb treball:</h2>
<h4> Programació:</h4>
<a href="python.html">Python</a>
</body>
</html>