practice_code/web/snake/main.html

13 lines
224 B
HTML
Raw Normal View History

2024-09-09 13:44:53 +08:00
<!DOCTYPE html>
<html lang="cn">
<head>
<meta charset="UTF-8">
<title>贪吃蛇</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="script.js"></script>
<script>
</script>
</body>
</html>