Hexbomb.gay/18redirect.html

40 lines
944 B
HTML

<!doctype html lang="en">
<head>
<Title>Hex Bomb</Title>
<link rel="stylesheet" href="mainstyles.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<style>
#textbox{
margin-left: auto;
margin-right: auto;
border-style: double solid solid double;
border-width: 4px 4px 4px 4px;
border-color: white;
display:block;
max-width: 709px;
width: 100%;
text-align: center;
}
#button{
margin-top: 30px;
background-color: black;
border: 1px white;
}
</style>
</head>
<body>
<img src="./images/18checkfinch.png" style="max-width:709px; width:100%; margin:auto; display:block;">
<div id="textbox">This site contains <b>adult content</b> not suitable for <b>people under 18 years of age!</b> <br>
<button onclick = "localStorage.setItem('adult', '1'); window.location = 'index.html';">Yes, I am over 18!</button>
</div>
</body>