photos.html (2124B)
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" /> 6 <meta name="color-scheme" content="light dark" /> 7 <meta 8 name="description" 9 content="Zane Schaffer's Lovely Indescribable Information and Tasty Site" 10 /> 11 <link 12 rel="icon" 13 type="image/x-icon" 14 href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>↔</text></svg>" 15 /> 16 <link rel="stylesheet" type="text/css" href="style.css" /> 17 <title>Z-PICS</title> 18 <meta 19 name="description" 20 content="A site for Zanes all around the world, but specifically me." 21 /> 22 </head> 23 24 <body> 25 <main> 26 <h1 style="text-align: center">PHOTOS</h1> 27 <div class="photos outline"> 28 <figure> 29 <img src="photos/P1040028.webp" /> 30 </figure> 31 32 <figure> 33 <img src="photos/P1040033.webp" /> 34 </figure> 35 36 <figure> 37 <img src="photos/P1040035.webp" /> 38 </figure> 39 40 <figure> 41 <img src="photos/P1040050.webp" /> 42 </figure> 43 44 <figure> 45 <img src="photos/P1040052.webp" /> 46 </figure> 47 48 <figure> 49 <img src="photos/P1040056.webp" /> 50 </figure> 51 52 <figure> 53 <img src="photos/P1040060.webp" /> 54 </figure> 55 56 <figure> 57 <img src="photos/P1040200.webp" /> 58 </figure> 59 60 <figure> 61 <img src="photos/P1040347.webp" /> 62 </figure> 63 64 <figure> 65 <img src="photos/Scan50774.webp" /> 66 </figure> 67 68 <figure> 69 <img src="photos/Scan50775.webp" /> 70 </figure> 71 72 <figure> 73 <img src="photos/Scan50888.webp" /> 74 </figure> 75 76 <figure> 77 <img src="photos/Scan50894.webp" /> 78 </figure> 79 80 <figure> 81 <img src="photos/Scan54292.webp" /> 82 </figure> 83 84 <figure> 85 <img src="photos/Scan54298.webp" /> 86 </figure> 87 </div> 88 </main> 89 </body> 90 </html>