37 lines
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
| <meta charset="utf-8">
 | |
| <title>This page intentionally left blank</title>
 | |
|     
 | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
| <meta name="theme-color" content="#f4ebeb">
 | |
| <link rel="stylesheet" href="https://use.typekit.net/ozy6rdy.css">
 | |
| <style>
 | |
| body {
 | |
|     background-color: #f4ebeb;
 | |
|     color: #594f67;
 | |
|     font-size: 1.5rem;
 | |
|     font-family: "adobe-garamond-pro", Georgia, Garamond, Baskerville, serif;
 | |
|     font-weight: 400;
 | |
|     font-style: normal;
 | |
| }
 | |
| a, a:visited {
 | |
|     text-decoration: none;
 | |
|     color: #594f67;
 | |
| }
 | |
| a:hover, a:active {
 | |
|     text-decoration: none;
 | |
|     color: #dc76a7;
 | |
| }
 | |
| </style>
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
|   
 | |
| <main>
 | |
|  <p style="text-align:center;padding:1rem;margin:1rem;">This <a href="https://fyr.io/post/intentionally_left_blank">page</a> <a href="https://web.archive.org/web/20180224075941/http://this-page-intentionally-left-blank.org/whythat.html">intentionally</a> left <a href="https://this-page-intentionally-left-blank.org">blank</a><a href="https://en.wikipedia.org/wiki/Intentionally_blank_page">.</a></p>
 | |
| </main>
 | |
| 
 | |
| </body>
 | |
| </html>
 |