blob: c28d40daf986aa002478796442a5340e92a07d7a (
plain)
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
|
<!doctype html>
<html lang="en">
<head>
<title> TITLE | Sebastiano Tronto </title>
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" type="text/css" href="/style-1.css">
<link rel="icon" href="/favicon.png">
<meta charset="utf-8">
</head>
<body>
<header>
<nav class="top">
<table>
<tr>
<td class="logo">
<a href="/">
<img src="/favicon.png" alt="Home" title="Home">
</a>
</td>
<td class="links">
<a href="/tronto-cv.pdf" title="pdf, 205Kb">CV</a> |
<a href="/git">Git</a> | <a href="/blog">Blog</a>
</td>
</tr>
</table>
</nav>
</header>
<hr class="line">
<main>
|