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