2021-02-03 00:26:40 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<meta charset="utf-8">
|
2021-02-13 12:20:16 +00:00
|
|
|
<title>Mystic Symbolic</title>
|
2021-02-04 01:23:24 +00:00
|
|
|
<style>
|
|
|
|
html, body {
|
|
|
|
font-family: "Calibri", "Arial", "Helvetica Neue", sans-serif;
|
|
|
|
}
|
2021-02-06 13:11:20 +00:00
|
|
|
|
|
|
|
.checkerboard-bg {
|
2021-02-06 13:13:56 +00:00
|
|
|
/* https://codepen.io/pascalvgaal/pen/jPXPNP/ */
|
2021-02-06 13:11:20 +00:00
|
|
|
background: #eee url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" fill-opacity=".1" ><rect x="200" width="200" height="200" /><rect y="200" width="200" height="200" /></svg>');
|
|
|
|
background-size: 20px 20px;
|
|
|
|
}
|
2021-02-04 01:23:24 +00:00
|
|
|
</style>
|
2021-02-04 00:11:34 +00:00
|
|
|
<noscript>
|
|
|
|
<p>Alas, you need JavaScript to peruse this page.</p>
|
|
|
|
</noscript>
|
|
|
|
<div id="app"></div>
|
|
|
|
<script src="lib/browser-main.tsx"></script>
|