movs: basis
This commit is contained in:
22
circuit/25-1/basis/index.html
Normal file
22
circuit/25-1/basis/index.html
Normal 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>
|
||||
|
||||
Reference in New Issue
Block a user