Some HTML cleanup
This commit is contained in:
parent
1d075201fb
commit
b9258c351f
2 changed files with 22 additions and 18 deletions
|
@ -6,26 +6,25 @@
|
|||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<meta http-equiv="content-security-policy" content="script-src localhost:* 'self' 'unsafe-inline'" />
|
||||
|
||||
<meta property="og:title" itemprop="name" content="Shark Game" />
|
||||
<meta name="application-name" property="og:title" content="Shark Game" />
|
||||
<meta name="author" content="Toby https://tobot.dev/" />
|
||||
<meta
|
||||
property="og:description"
|
||||
itemprop="description"
|
||||
property="description"
|
||||
name="description"
|
||||
content="A web game about resources, discovery and sharks."
|
||||
/>
|
||||
<!-- Hosted on multiple domains
|
||||
<meta property="og:url" content="https://cirri.al/sharks/" />
|
||||
<meta property="og:url" content="https://shark.tobot.tech/" />
|
||||
-->
|
||||
<meta property="og:url" content="https://spencers145.github.io/SharkGame/" />
|
||||
<meta name="keywords" content="sharkgame,shark,game,incremental,clicker,idle,cirr,cirrial" />
|
||||
<meta name="referrer" content="never" />
|
||||
<meta name="theme-color" content="#2e4372" />
|
||||
<meta name="color-scheme" content="normal" />
|
||||
<meta property="og:url" content="https://rewrite.shark.tobot.dev/" />
|
||||
|
||||
<meta property="og:image" itemprop="image" content="https://spencers145.github.io/SharkGame/img/sharkgame.png" />
|
||||
<meta property="og:type" content="website" />
|
||||
|
||||
<meta property="og:image" property="image" content="https://rewrite.shark.tobot.dev/sharkgame.png" />
|
||||
<meta property="og:image:secure_url" property="image" content="https://rewrite.shark.tobot.dev/sharkgame.png" />
|
||||
|
||||
<meta
|
||||
property="og:image:secure_url"
|
||||
itemprop="image"
|
||||
content="https://spencers145.github.io/SharkGame/img/sharkgame.png"
|
||||
/>
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="200" />
|
||||
<meta property="og:image:height" content="200" />
|
||||
|
@ -33,15 +32,16 @@
|
|||
property="og:image:alt"
|
||||
content="A grey-blue shark drawn in a simple lineless style swims in front of a navy blue background. There are the words Shark Game, the word Shark above the shark and the word Game below it."
|
||||
/>
|
||||
<meta property="og:locale" content="en_US" />
|
||||
|
||||
<link rel="shortcut icon" href="favicon.png" type="image/x-icon" />
|
||||
<link rel="image_src" href="https://spencers145.github.io/SharkGame/img/sharkgame.png" />
|
||||
<link rel="apple-touch-icon" href="https://spencers145.github.io/SharkGame/img/sharkgame.png" />
|
||||
<link rel="image_src" href="https://rewrite.shark.tobot.dev/sharkgame.png" />
|
||||
<link rel="apple-touch-icon" href="https://rewrite.shark.tobot.dev/sharkgame.png" />
|
||||
|
||||
<!-- This loads the actual game -->
|
||||
<link rel="stylesheet" type="text/css" href="./build/bundle.css" />
|
||||
<script defer type="module" src="./build/bundle.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script type="module" src="./build/bundle.js"></script>
|
||||
<title>Shark Game</title>
|
||||
<noscript>
|
||||
<style>
|
||||
#wrapper {
|
||||
|
@ -54,6 +54,10 @@
|
|||
align-items: center;
|
||||
}
|
||||
</style>
|
||||
</noscript>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<h1>Shark Game??</h1>
|
||||
|
||||
<span
|
||||
|
|
BIN
public/sharkgame.png
Normal file
BIN
public/sharkgame.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Reference in a new issue