rust-lang-zh_CN/hello/hello.html
rust-lang.xfoss.com cf2b9a266c Initial commit.
2023-03-27 14:33:48 +08:00

12 lines
187 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>你好!</title>
</head>
<body>
<h1>你好!</h1>
<p>来自 Rust 的问好</p>
</body>
</html>