ujs/test/index.html

17 lines
590 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-30 15:30:09 +03:00
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
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>