header.html (534B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <meta name="viewport" content="width=device-width,initial-scale=1.0"> 6 <meta name="description" content="Francesco Saccone's personal website."> 7 <link rel="stylesheet" type="text/css" href="/public/style.css"> 8 <link rel="icon" type="image/x-icon" href="/favicon.ico"> 9 <title>Francesco Saccone</title> 10 </head> 11 <body> 12 <header> 13 <nav> 14 <a href="/">About</a> 15 <a href="/blog">Blog</a> 16 </nav> 17 </header> 18 <main>