AlexandraCeleste.com/content.html

42 lines
1.7 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Online & Content</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/variables.css">
<link rel="stylesheet" href="/css/reset.css">
<link rel="stylesheet" href="/css/fonts.css">
<link rel="stylesheet" href="/css/header.css">
<link rel="stylesheet" href="/css/body.css">
<link rel="stylesheet" href="/css/footer.css">
<link rel="icon" href="/images/favicon.svg" sizes="any" type="image/svg+xml">
</head>
<body>
<div class="mobile_background"></div>
<div id="age_gate_blur">
<div>
<h2>This website contains pornography:</h2>
<button onclick="hide_age_gate()">I am 18+</button>
<br>
<a href="https://google.com"><button>Get me outta here:</button></a>
</div>
<script src="/js/age_gate_blur.js" type="text/javascript"></script>
</div>
<iframe src="/templates/header.html" onload="this.before((this.contentDocument.body||this.contentDocument).children[0]);this.remove()"></iframe>
<div class="container">
<div style="text-align: center;">
<img src="/images/FerrisSafetyHat.webp" style="max-height: 160px; max-width: 90vw;">
<h2>Yer...this will be done by monday. I'm eepy and lazy, blow me and I might work faster.</h2>
</div>
</div>
<iframe src="/templates/footer.html" onload="this.before((this.contentDocument.body||this.contentDocument).children[0]);this.remove()"></iframe>
</body>
</html>