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

92 lines
3 KiB
HTML
Raw Normal View History

2021-09-26 16:04:20 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Welcome to a shark. I hope you enjoy this aquatic organism. -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<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."
/>
2021-09-26 18:37:35 +02:00
<link rel="shortcut icon" href="favicon.png" type="image/x-icon" />
2021-09-26 16:04:20 +02:00
<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 src="./build/bundle.js"></script>
</head>
<body>
<noscript>
<style>
#wrapper {
display: none;
}
</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>