This commit is contained in:
Xargana 2025-08-12 18:30:54 +03:00
parent 10de2ed524
commit 7bd6b98337
2 changed files with 37 additions and 0 deletions

BIN
assets/blahaj.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

37
index.html Normal file
View file

@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Primary Meta Tags -->
<title>blahaj</title>
<meta name="title" content="blahaj">
<meta name="description" content="spinny blahaj">
<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:title" content="blahaj">
<meta property="og:description" content="spinny blahaj">
<meta property="og:image" content="https://blahaj.tr/assets/blahaj.gif">
<meta property="og:image:type" content="image/gif">
<meta property="og:image:alt" content="spinny blahaj">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://blahaj.tr/">
<meta property="twitter:title" content="blahaj">
<meta property="twitter:description" content="spinny blahaj">
<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>