This repository has been archived on 2021-11-08. You can view files and clone it, but cannot push or open issues or pull requests.
svelte-sharg/public/index.html
2021-10-02 19:17:06 +02:00

81 lines
3.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!-- Welcome to a shark. I hope you enjoy this aquatic organism. -->
<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
property="og:description"
itemprop="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 property="og:image" itemprop="image" content="https://spencers145.github.io/SharkGame/img/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" />
<meta
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."
/>
<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="stylesheet" type="text/css" href="./build/bundle.css" />
<script defer type="module" src="./build/bundle.js"></script>
</head>
<body>
<noscript>
<style>
#wrapper {
display: none;
}
noscript {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
</style>
<h1>Shark Game??</h1>
<span
>Oh dear! It seems you have Javascript disabled, or that your current browser does not support scripts.</span
>
<span>Shark Game requires scripts to work. Otherwise it's just a static webpage that doesn't do much.</span>
<span>In fact, it only displays this Shark asking you for scripts.</span>
<pre>
,
.';
.-'` .'
,`.-'-.`\
; / '-'
| \ ,-, (scripts plz.)
\ '-.__ )_`'._ /
'. ``` ``'--._
.-' , `'-.
'-'`-._ (( o )
jgs `'--....(`- ,__..--'
'-'` </pre
>
</noscript>
</body>
</html>