12 lines
367 B
HTML
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> |