added meta tags
This commit is contained in:
parent
1b1382b870
commit
f52d1600be
23
index.html
23
index.html
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link href="assets/css/style.css" rel="stylesheet">
|
<link href="assets/css/style.css" rel="stylesheet">
|
||||||
<link href="assets/css/sites.css" rel="stylesheet">
|
<link href="assets/css/sites.css" rel="stylesheet">
|
||||||
|
@ -11,8 +11,23 @@
|
||||||
<title>JaxOff Links</title>
|
<title>JaxOff Links</title>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
|
||||||
<script src="https://kit.fontawesome.com/14a35c233c.js" crossorigin="anonymous"></script>
|
<script src="https://kit.fontawesome.com/14a35c233c.js" crossorigin="anonymous"></script>
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
<!-- Open Graph -->
|
||||||
|
<meta property="og:title" content="JaxOff 🌸💦 Social Media Links">
|
||||||
|
<meta property="og:description" content="Twitch, Discord, Twitter & more! :3">
|
||||||
|
<meta property="og:image" content="https://link.jaxoff.tv/assets/images/profilepicture.webp">
|
||||||
|
<meta property="og:url" content="https://link.jaxoff.tv/">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:title" content="JaxOff 🌸💦 Art Credits">
|
||||||
|
<meta name="twitter:description" content="Twitch, Discord, Twitter & more! :3">
|
||||||
|
<meta name="twitter:image" content="https://link.jaxoff.tv/assets/images/profilepicture.webp">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
<!-- Snowfall Background Animation -->
|
<!-- Snowfall Background Animation -->
|
||||||
<section class="animated-background">
|
<section class="animated-background">
|
||||||
<div id="stars1"></div>
|
<div id="stars1"></div>
|
||||||
|
@ -126,7 +141,7 @@
|
||||||
<script>document.write(new Date().getFullYear())</script>
|
<script>document.write(new Date().getFullYear())</script>
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
A different snowfall
|
A different snowfall
|
||||||
|
|
Loading…
Reference in New Issue