<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>