<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<title>kottke.org is off today for the Global Climate Strike</title>
  
    <style>
      body {
        margin: 0;
		background-color: #000000;
		font-family: Verdana;
		font-size: 11px;
      }

	  a {
	  	color: #FDDB00;
	  }
		  
      .center-me {
        display: flex;
        justify-content: center;
        align-items: center;
		flex-direction: column;
        height: 100vh;
      }
	  
      .center-me p {
		  padding: 0 10px 0 10px;
		  color: #999999;
		  text-align: center;
      }

	  .center-me p img {
	      max-width: 100%;
	      height: auto;
	  }
	  
	  
    </style>
  </head>
  <body>

    <div class="center-me">
      <p><a href="https://globalclimatestrike.net/"><img src="https://s3.amazonaws.com/kottke.org/climate-strike/global-climate-strike.jpg" width="700" border="0" alt="Global Climate Strike" /></a></p>
	  
	 <p><a href="https://globalclimatestrike.net/">#ClimateStrike</a>. kottke.org will be back tomorrow.</p>
	  
    </div>

  </body>
</html>