19 wiersze
583 B
HTML
19 wiersze
583 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>Mythic Symbolic</title>
|
|
<style>
|
|
html, body {
|
|
font-family: "Calibri", "Arial", "Helvetica Neue", sans-serif;
|
|
}
|
|
|
|
.checkerboard-bg {
|
|
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;
|
|
}
|
|
</style>
|
|
<noscript>
|
|
<p>Alas, you need JavaScript to peruse this page.</p>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<script src="lib/browser-main.tsx"></script>
|