forked from spacebar/SplatNet
Feat: implement metadata tags across all pages
This commit is contained in:
parent
a8257e8afb
commit
2a413d650e
9 changed files with 65 additions and 3 deletions
|
|
@ -3,6 +3,12 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>SplatNet - Splatoon's multiplayer service hub</title>
|
||||
<meta property="og:site_name" content="SplatNet"/>
|
||||
<meta property="og:title" content="SplatNet - Splatoon's multiplayer service hub"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta property="og:description" content="A hub for player interaction for the Nintendo Wii U game Splatoon."/>
|
||||
<meta property="og:image" content="https://git.crafterpika.cc/kittentm/splatnet/src/branch/main/assets/en/facebook_image-f7cbb3f4687a632cf0a44be1e68a7676dbb52eaf2ebc4b207522418825078203.jpg"/>
|
||||
<meta content="SplatNet" name="apple-mobile-web-app-title"/>
|
||||
<link rel="icon" href="../favicon.ico" type="image/x-icon" />
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
<script src="/assets/jquery-1.9.1.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue