hangban/index.html

11 lines
230 B
HTML
Raw Normal View History

<!DOCTYPE html>
<style>
table {
margin: 20px;
padding: 1rem;
background: #fafafa;
border-radius: .5rem;
border-spacing: 10px;
}
</style>
<script type="module" src="main.js"></script>