psychotherapy/src/main/index.html

43 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="F.W. Dekker" />
<meta name="application-name" content="Psychotherapy" />
<meta name="description" content="Recursively inductive progress" />
<meta name="theme-color" content="#0033cc" />
<meta name="og:description" content="Recursively inductive progress" />
<meta name="og:image" content="https://fwdekker.com/art/psychotherapy/og-image.png" />
<meta name="og:site_name" content="FWDekker" />
<meta name="og:title" content="Psychotherapy" />
<meta name="og:type" content="website" />
<meta name="og:url" content="https://fwdekker.com/art/psychotherapy/" />
<title>Psychotherapy | FWDekker</title>
<!--suppress HtmlUnknownTarget -->
<link rel="stylesheet" href="main.css?v=%%VERSION_NUMBER%%" />
<script async src="https://stats.fwdekker.com/count.js"
data-goatcounter="https://stats.fwdekker.com/count"></script>
</head>
<body>
<noscript>
<img src="https://stats.fwdekker.com/count?p=/art/psychotherapy/" alt="Counting pixel" />
<p>
This website does not function if JavaScript is disabled.
Please check the <a href="https://www.enable-javascript.com/">
instructions on how to enable JavaScript in your web browser</a>.
</p>
</noscript>
<main class="hidden">
<canvas id="art"></canvas>
</main>
<script src="https://static.fwdekker.com/lib/template/2.x.x/template.js"></script>
<!--suppress HtmlUnknownTarget -->
<script src="bundle.js?v=%%VERSION_NUMBER%%"></script>
</body>
</html>