ujs/src/index.html

13 lines
296 B
HTML
Raw Normal View History

2023-02-16 00:04:40 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
2023-04-06 14:44:41 +03:00
<title>ujs</title>
2023-02-16 00:04:40 +03:00
<link rel="stylesheet" type="text/css" href="styles.css">
2023-04-06 14:44:41 +03:00
<script src="./js/game.js" type="module"></script>
2023-02-16 00:04:40 +03:00
</head>
<body>
</body>
</html>