blahaj
This commit is contained in:
parent
10de2ed524
commit
7bd6b98337
BIN
assets/blahaj.gif
Normal file
BIN
assets/blahaj.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 262 KiB |
37
index.html
Normal file
37
index.html
Normal 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>
|
Loading…
Reference in a new issue