61 lines
		
	
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			61 lines
		
	
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
| <meta charset="utf-8">
 | |
| <title>Photos Taken on the Nintendo 3DS by Shannon Kay</title>
 | |
|     
 | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
| <style>
 | |
|  body {
 | |
|     font-family: Verdana, Helvetica, sans-serif;   
 | |
|  }
 | |
|  h1, h2, h3, h4 {
 | |
|     color: #fc7d99;
 | |
|  }
 | |
|  a {
 | |
|     color: #FC6C85;
 | |
|     font-weight: bold;
 | |
|  }
 | |
|  img {
 | |
|     max-width: 100%;
 | |
|  }
 | |
|  hr {
 | |
|     border: solid 1pt #f7d3d6;
 | |
|  }
 | |
|  blockquote {
 | |
|   margin-inline-start: 2rem;
 | |
|   margin-inline-end: 0;
 | |
|   margin-block: 2rem;
 | |
|   padding: 0.4rem 0.8rem;
 | |
|   border-inline-start: 0.35rem solid #fc7d99;
 | |
|   background-color: #f9dee1;
 | |
|   border-bottom: solid 1px #fab1c1;
 | |
|   border-right: solid 1px #fab1c1;
 | |
|   border-top: solid 1px #fab1c1;
 | |
|   font-style: italic;
 | |
| }
 | |
| </style>
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
|     
 | |
| <header><h1>Photos Taken on the Nintendo 3DS by Shannon Kay</h1></header>
 | |
|     
 | |
| <main>
 | |
|     
 | |
| <section class="text">
 | |
| <blockquote><strong>Note:</strong> Using the Nintendo 3DS web browser, the embedded 3D photo may not show up, but if you follow the link to the photo, it will open the file in the image viewer. You can view it in 3D and even save it if you want.</blockquote>
 | |
| <p><a href="HNI_0003.MPO">Link to birds of paradise 3D photo</a> (embedded below). </p>
 | |
| <p><img src="HNI_0003.MPO" alt="birds of paradise MPO 3D file"> </p>
 | |
| <p><img src="HNI_0003.jpg" alt="birds of paradise jpg of both frames"></p>
 | |
| </section>
 | |
|     
 | |
| </main>
 | |
|     
 | |
| <footer>
 | |
|     <hr>
 | |
|     <p><a href="https://www.shannonkay.com">Shannon's Homepage</a></p>
 | |
|     </footer>
 | |
|     
 | |
| </body>
 | |
| </html>
 |