more styling: add meta info
This commit is contained in:
parent
ea3a68ff4c
commit
b48245e870
BIN
src/icon.png
Normal file
BIN
src/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 357 KiB |
@ -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 {
|
||||
|
@ -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
BIN
src/stars.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
Loading…
x
Reference in New Issue
Block a user