Minesweeper-2.0-test/index.html

12 lines
285 B
HTML

<!DOCTYPE html>
<html lang="zh_cn">
<head>
<meta charset="UTF-8" />
<title>hello</title>
<link rel="stylesheet" href="./style/index.css" />
</head>
<body>
<div class="hello">石皮幼鸟制作</div>
<script src="./scripts/index.js"></script>
</body>
</html>