first commit

This commit is contained in:
2025-01-10 22:53:10 +01:00
commit e42e873456
41 changed files with 21766 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript" src="app.js"></script>
<script type="text/javascript" src="sudoku.js"></script>
<style>
body {
background-color: #000;
}
.sudoku {
float: left;
color: hwb(0 20% 80%);
background-color: blue;
}
</style>
<script type="text/javascript">
</script>
</head>
<div id="statistics"></div>
<div id="details"></div>
<body>
</body>
</html>