diff options
Diffstat (limited to 'assets/room.html')
-rw-r--r-- | assets/room.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/room.html b/assets/room.html index 4dadc6b..e128bc7 100644 --- a/assets/room.html +++ b/assets/room.html @@ -4,7 +4,7 @@ <meta charset="UTF-8"> <title>websweeper</title> <meta name="viewport" content="width=device-width,initial-scale=1"> - <link rel="stylesheet" type="text/css" href="../s.css"> + <link rel="stylesheet" type="text/css" href="../style.css"> </head> <body> <div> @@ -26,5 +26,5 @@ </div> </body> <script src="https://unpkg.com/fflate"></script> - <script src="../c.js"></script> + <script src="../client.js"></script> </html> |