
<!doctype html>
<html class="no-js" lang="en">
  <head>
    <meta charset="utf-8">
	<meta content="width=device-width, initial-scale=1" name="viewport">
    <title>FierceFamily</title>
    <meta content="FierceFamily" name="description">
	<style>
	body {
		font-family: "Lucida Console", Monaco, monospace;
		background: #444;
		font-size: calc(16px + 0.390625vw);
		line-height: 1.4;
		color: lime;
	}
	main {
		max-width: 980px;
		margin: auto;
		padding: 1rem;
	}
	h1, p {
		padding: .15rem;
		color: lime;
	}
	h1 {
		font-size: 2rem;
		line-height: 1.5;
	}
	p, li {
		font-size: 1.2rem;
		line-height: 1.1;
	}
	</style>
  </head>
  <body>
	<main>
       <h1>This used to be a different website</h1>
       <p>Don't be sad, the old one is still out there. Somewhere.</p>
       <p>It's just no longer this website.</p>
       <p>As long as you're here:</p>
	   <ul>
		   <li>Black Lives Matter</li>
		   <li>All Cops Are Bastards</li>
		   <li>LGBTQIA+ lives deserve love and protection</li>
		   <li>Fuck Facists, especially when they run governments</li>
		   <li>"Religion is the opiate of the masses" - Marx</li>
		   <li>Teach history even if (and especially when) it makes white people feel bad</li>
		   <li>Capitalism, Colonialism, and White Supremacy are at the root of all evil</li>
	   </ul>
	</main>
  </body>
</html>
