photo-gallery-styles
Design documents for photos.pablopie.xyz 📸️
404.html (1693B)
1 <!DOCTYPE html> 2 <!-- This program is free software: you can redistribute it and/or modify 3 it under the terms of the GNU General Public License as published by 4 the Free Software Foundation, either version 3 of the License, or 5 (at your option) any later version. 6 7 This program is distributed in the hope that it will be useful, 8 but WITHOUT ANY WARRANTY; without even the implied warranty of 9 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 GNU General Public License for more details. 11 12 You should have received a copy of the GNU General Public License 13 along with this program. If not, see <https://www.gnu.org/licenses/>. --> 14 <html lang='en'> 15 <head> 16 <title>File Not Found</title> 17 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 18 <meta name="author" content="Pablo"> 19 <meta name="copyright" content="GPLv3"> 20 <meta content="text/html; charset=utf-8" http-equiv="content-type"> 21 <link rel="icon" href="./icons/favicon.ico" type="image/x-icon" sizes="16x16 24x24 32x32"> 22 <link rel="stylesheet" href="./styles.css"> 23 </head> 24 <body> 25 <header> 26 <nav> 27 <img aria-hidden="true" alt="Website icon" width="24" height="24" src="./icons/icon.svg"> 28 <a href="./index.html">photos.pablopie.xyz</a> 29 </nav> 30 </header> 31 <main> 32 <figure> 33 <div id='picture-container'> 34 <img src='https://picsum.photos/500/500' alt='A random picture from the internet'> 35 </div> 36 <figcaption> 37 The file you are looking for could not be found, but here's a random picture 38 from <a href='https://picsum.photos'>picsum.photos</a>! 39 </figcaption> 40 </figure> 41 </main> 42 <footer> 43 made with 💛 by 44 <a href='https://pablopie.xyz' role='author'>@pablo</a> 45 </footer> 46 </body> 47 </html>