2020-11-25 03:54:38 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>tarot</title>
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
background-color: black;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
2020-11-25 07:30:56 +00:00
|
|
|
<div id="deck"></div>
|
|
|
|
<div id="info" style="height: 275px; width: 500px; margin-left: 200px; overflow:auto"></div>
|
2020-11-25 03:54:38 +00:00
|
|
|
<button id="reset">reset</button>
|
|
|
|
<br>
|
|
|
|
<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>
|