photo-gallery-styles
Design documents for photos.pablopie.xyz 📸️
9-de-julho.jpg.html (1743B)
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>Pablo's Photo Gallery ‐ 9-de-julho.jpg</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 aria-label="File 9-de-julho.jpg"> 33 <div id="picture-container"> 34 <img alt="A tall rundown building covered in graffiti art against a blue sky backdrop" src="./photos/9-de-julho.jpg"> 35 </div> 36 </figure> 37 </main> 38 <footer> 39 original work by <a role="author" href="https://pablopie.xyz">Pablo</a> 40 <br> 41 licensed under 42 <a role="license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA-4.0</a> 43 </footer> 44 </body> 45 </html>