top.html (726B)
1 <!doctype html> 2 <html lang="en"> 3 <head> 4 <title> TITLE | Sebastiano Tronto </title> 5 <meta name="viewport" content="width=device-width" /> 6 <link rel="stylesheet" type="text/css" href="/style-5.css"> 7 <link rel="icon" href="/favicon.png"> 8 <meta charset="utf-8"> 9 </head> 10 11 <body> 12 13 <header> 14 <nav class="top"> 15 <table> 16 <tr> 17 <td class="logo"> 18 <a href="/"> 19 <img src="/favicon.png" alt="Home" title="Home"> 20 </a> 21 </td> 22 <td class="links"> 23 <a href="/blog">Blog</a> | 24 <a href="/tronto-cv.pdf" title="pdf, 205Kb">CV</a> | 25 <a href="/git">Git</a> | 26 <a href="/research">Math</a> | 27 <a href="/speedcubing">Speedcubing</a> | 28 <a href="/talks">Talks</a> 29 </td> 30 </tr> 31 </table> 32 </nav> 33 </header> 34 35 <hr class="line"> 36 37 <main>