39 lines
No EOL
574 B
HTML
39 lines
No EOL
574 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
.backplane {
|
|
|
|
}
|
|
|
|
.row {
|
|
display: flex;
|
|
}
|
|
|
|
|
|
.row .cards {
|
|
display: flex;
|
|
}
|
|
|
|
.row .cards .card {
|
|
width: 80px;
|
|
margin: 4px;
|
|
background-color: #f0f0f0;
|
|
}
|
|
|
|
.row .cards .card .sigs {
|
|
font-weight: bold;
|
|
background-color: aliceblue;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<!--
|
|
<script src="main.js"></script>
|
|
-->
|
|
<div id="chart"></div>
|
|
<div id="succhia"></div>
|
|
<script src="suca2.js" type="module"></script>
|
|
</body>
|
|
</html> |