The repository for the code used for generating the photos.pablopie.xyz website 📸️
404.html (1883B)
1 <!DOCTYPE HTML> 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 3 <head> 4 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 5 <title>Image not found</title> 6 <meta name="author" content="Pablo" /> 7 <meta name="copyright" content="GPLv2" /> 8 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 9 <link type="text/css" rel="stylesheet" media="screen,projection" title="default" href="./shared/default.css" /> 10 <link rel="icon" 11 type="image/svg+xml" 12 sizes="16x16 24x24 32x32 48x48 64x64 128x128 256x256 512x512" 13 href="https://pablopie.xyz/images/icons/favicon.svg" /> 14 <meta property="twitter:url" content="https:/photos.pablopie.xyz" /> 15 <meta property="twitter:title" content="Image not found" /> 16 <meta property="twitter:description" content="Image not found" /> 17 <meta property="twitter:image" content="index.png" /> 18 <meta property="twitter:card" content="summary_large_image" /> 19 <meta property="og:title" content="Image not found" /> 20 <meta property="og:image" content="index.png" /> 21 <meta property="og:image:type" content="image/png" /> 22 <meta property="og:url" content="https://photos.pablopie.xyz" /> 23 <meta property="og:description" content="Image not found" /> 24 <meta property="og:locale" content="en_US" /> 25 <meta property="og:type" content="website" /> 26 </head> 27 <body> 28 <nav role="navigation"> 29 <a href="https://photos.pablopie.xyz">photos 📸️</a> 30 <a href="https://pablopie.xyz">@pablo 🚬️</a> 31 </nav> 32 <main> 33 <div id="image"> 34 <figure> 35 <img src="https://picsum.photos/300/300?grayscale" 36 alt="Random image from the internet" /> 37 </figure> 38 <em> 39 The image you're look for could not be found, but here's a random image 40 from the internet! 41 </em> 42 </main> 43 <footer>Pablo © 2021</footer> 44 </body> 45 </html>