movs: basis

This commit is contained in:
2026-01-11 16:11:40 +03:00
parent 4f53fe5fd4
commit 0f04cc5136
2 changed files with 160 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
th, td {
border: 1px solid black;
min-width: 50px;
text-align: center;
}
table {
width: 600px;
}
</style>
</head>
<body>
<div id="app"></div>
<script src="index.js"></script>
</body>
</html>