more styling: add meta info

This commit is contained in:
Yuri Tatishchev 2025-06-16 23:59:38 -07:00
parent ea3a68ff4c
commit b48245e870
Signed by: CaZzzer
SSH Key Fingerprint: SHA256:sqXB3fe0LMpfH+IeM/vlmxKdso52kssrIJBlwKXVe1U
4 changed files with 9 additions and 2 deletions

BIN
src/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 KiB

View File

@ -21,7 +21,7 @@ body[data-background] {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-blend-mode: darken;
background-blend-mode: multiply;
}
.container {

View File

@ -5,7 +5,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="main.css">
<script defer type="text/javascript" src="client.js"></script>
<title>Client</title>
<title>Orboverse</title>
<link rel="icon" href="/icon.png" type="image/png">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="The Orboverse">
<meta property="og:description" content="Join the funny. 🔫.">
<meta property="og:image" content="/stars.jpg">
<meta property="og:url" content="https://anistream.cazzzer.com">
<meta property="og:type" content="website">
</head>
<body data-background>
<div class="container">

BIN
src/stars.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB