2021-09-26 16:04:20 +02:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" / >
2021-09-29 17:40:25 +02:00
<!-- Welcome to a shark. I hope you enjoy this aquatic organism. -->
2021-09-26 16:04:20 +02:00
< meta name = "viewport" content = "width=device-width,initial-scale=1" / >
2021-09-30 22:38:12 +02:00
< meta http-equiv = "content-security-policy" content = "script-src 'self' 'unsafe-inline'" / >
2021-09-26 16:04:20 +02:00
< 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/" / >
-->
2021-09-30 21:26:11 +02:00
< meta property = "og:url" content = "https://spencers145.github.io/SharkGame/" / >
2021-09-26 16:04:20 +02:00
2021-09-30 21:26:11 +02:00
< meta property = "og:image" itemprop = "image" content = "https://spencers145.github.io/SharkGame/img/sharkgame.png" / >
2021-09-26 16:04:20 +02:00
< 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-30 21:26:11 +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" / >
2021-09-26 16:04:20 +02:00
< link rel = "stylesheet" type = "text/css" href = "./build/bundle.css" / >
2021-09-29 17:40:25 +02:00
< script defer type = "module" src = "./build/bundle.js" > < / script >
2021-09-26 16:04:20 +02:00
< / head >
< body >
< noscript >
< style >
#wrapper {
display: none;
}
2021-09-26 21:02:02 +02:00
noscript {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
2021-09-26 16:04:20 +02:00
< / style >
< h1 > Shark Game??< / h1 >
< span
2021-09-30 21:26:11 +02:00
>Oh dear! It seems you have Javascript disabled, or that your current browser does not support scripts.< /span
2021-09-26 16:04:20 +02:00
>
2021-09-30 21:26:11 +02:00
< span > Shark Game requires scripts to work. Otherwise it's just a static webpage that doesn't do much.< / span >
2021-09-26 16:04:20 +02:00
< span > In fact, it only displays this Shark asking you for scripts.< / span >
< pre >
,
.';
.-'` .'
,`.-'-.`\
; / '-'
| \ ,-, (scripts plz.)
\ '-.__ )_`'._ /
'. ``` ``'--._
.-' , `'-.
'-'`-._ (( o )
jgs `'--....(`- ,__..--'
'-'` < /pre
>
< / noscript >
< / body >
< / html >