blahaj/index.html
2025-08-12 18:33:43 +03:00

31 lines
1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!-- Primary Meta Tags -->
<title>blahaj</title>
<meta name="theme-color" content="#4b4c51">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://blahaj.tr/">
<meta property="og:image" content="https://blahaj.tr/assets/blahaj.gif">
<meta property="og:image:type" content="image/gif">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://blahaj.tr/">
<meta property="twitter:image" content="https://blahaj.tr/assets/blahaj.gif">
</head>
<body>
<style>
body {
background-color: #3d3e42;
}
</style>
<picture>
<img src="./assets/blahaj.gif" alt="spinny blahaj" style="width: 25vw; height: 25vh; object-position: center; margin-top: 37vh; margin-left: 37vw;">
</picture>
</body>
</html>