FUCK YOUR DRUGS!!
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Message</title>
<style>
/* Resets the page to remove all default white borders and scrollbars */
body, html {
margin: 0;
padding: 0;
height: 100%;
background-color: #000000; /* Blends seamlessly with the image's black background */
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
/* Forces the image to scale dynamically without cropping or stretching */
img {
max-width: 100vw;
max-height: 100vh;
object-fit: contain;
user-select: none; /* Optional: prevents highlighting the image */
}
</style>
</head>
<body>
<img src="FUCK YOUR DRUGS TURQ.jpg" alt="Fuck your drugs and how mean they make you!!">
</body>
</html>