<!doctype html>
<html>
<head>
<link href="https://kiwifarms.net/styles/custom/fonts/style.css?20180126001" rel="stylesheet" />
<style>
* {
box-sizing: border-box;
font-family: quattrocento;
font-size: 1rem;
color: #231F20;
}
html, body {
background-color: #d73e2d;
display: flex;
flex: 1;
padding: 0;
margin: 0;
min-width: 100vw;
min-height: 100vh;
}
main {
flex: 1;
max-width: 1024px;
background: rgba(0,0,0,0.2);
margin: 0 auto;
padding: 24px 48px;
}
figure {
margin: 0;
padding: 20px 0;
}
img {
display: block;
width: 100%;
margin: 0 auto;
max-height: 15vh;
}
figcaption {
text-align: center;
font-weight: bold;
font-size: 300%;
margin: 20px;
text-transform: uppercase;
}
p {
text-align: center;
font-size: 200%;
margin: 1em 10%;
}
strong {
font-size: 100%;
font-weight: bold;
text-transform: uppercase;
}
div {
margin: 0 10%;
text-align: center;
}
a {
display: inline-block;
margin: 1em 0.5em;
padding: 1em;
font-size: 200%;
font-weight: bold;
background: rgba(0,0,0,0.25);
vertical-align: top;
text-decoration: none;
color: white;
width: 10em;
text-transform: uppercase;
}
</style>
</head>
<body>
<main>
<figure>
<img src="https://kiwifarms.net/public/brand/Kiwi_Farms_Logo_Black_Icon_and_Text.svg" />
<figcaption>Content Warning</figcaption>
</figure>
<p>This archive contains animal abuse, animal sadism, animal rape, and animal necrophilia.</p>
<p>Most people consider animal abuse particularly heinous, and this material is <strong>illegal to view</strong> in Oregon and the Virgin Islands.</p>
<p>There is nothing to be gained in viewing this archive that you would not read in the forum thread about it.</p>
<p>You have been warned.</p>
<div>
<a href="/">Go Home</a>
<a href="./safety-off/">Proceed</a>
</div>
</main>
</body>
</html>