yuno/index.html

15 lines
372 B
HTML
Raw Normal View History

2024-08-04 07:28:54 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" />
<title>game</title>
<link data-trunk rel="copy-dir" href="assets" />
<link rel="icon" href="icon.ico" />
<link data-trunk rel="inline" href="html/styles.css" />
</head>
<body>
<link data-trunk rel="inline" href="html/sound.js" />
</body>
</html>