food_server/FlyCube/Api/View/index/index.html
2024-05-30 19:16:59 +08:00

12 lines
367 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>飞行魔方</title>
</head>
<body>
<div style="margin-top:50px;font-weight: bold;font-size: 90px;text-align: center;">Hello World</div>
</body>
</html>