-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 733 Bytes
/
index.html
File metadata and controls
26 lines (26 loc) · 733 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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="image/png" href="files/logo.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:image" content="files/Thumb_CV.png">
<meta charset="UTF-8">
<title>CV_Ariel_Robotti_2023</title>
<!-- <link rel="stylesheet" type="text/css" href="files/estilo.css"> -->
<style>
embed {
width: 90%;
height: 1600px;
margin: 0 auto;
display: block;
overflow: hidden;
}
body {
background-color: #545758;
}
</style>
</head>
<body>
<embed src="files/CV_Ariel_Robotti_2023_en.pdf" width="800" height="1000" type="application/pdf">
</body>
</html>