tarot/index.html

33 lines
550 B
HTML

<html>
<head>
<title>tarot</title>
<style>
body {
background-color: black;
color: white;
}
</style>
</head>
<body>
<h1>hermetic</h1>
<button id="reset">reset</button>
<br>
<div id="deck"></div>
<div id="info" style="height: 325px; width: 500px;"></div>
<div id="table"></div>
<div class="blueprint card">
<pre></pre>
<span></span>
</div>
<script type="module" src="main.js"></script>
<style>
.blueprint {
display: none;
}
</style>
</body>
</html>