1

54 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cursed Graphics: {image_id}</title>
<link rel="icon" href="https://raw.cursed.graphics/0.png" type="image/x-icon">
<meta property="og:type" content="website">
<meta property="og:title" content="Cursed Graphics: {image_id}">
<meta property="og:url" content="https://cursed.graphics/{image_id}">
<meta property="og:image" content="https://raw.cursed.graphics/{image_filename}">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="cursed.graphics">
<meta property="twitter:url" content="https://cursed.graphics/{image_id}">
<meta name="twitter:title" content="Cursed Graphics: {image_id}">
<meta name="twitter:image" content="https://raw.cursed.graphics/{image_filename}">
<style>
body {{
margin: 0;
padding: 0;
min-height: 100vh;
width: 100vw;
font-family: sans-serif;
background-color: #eeeded;
display: flex;
justify-content: center;
align-items: center;
}}
main>img {{
display: block;
margin: auto;
max-width: calc(min(800px, 90vw));
max-height: calc(min(800px, 85vh));
border: 5px solid black;
}}
</style>
</head>
<body>
<main style="margin: 1em; text-align: center;">
<img src="https://raw.cursed.graphics/{image_filename}" alt="{image_id}">
<a href="/random" style="display: block; margin-top: 1em; text-decoration: none;">More</a>
</main>
<script data-goatcounter="https://cursed-graphics.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
</body>
</html>