mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-13 03:21:20 +08:00
12 lines
176 B
HTML
12 lines
176 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Hello!</title>
|
|
</head>
|
|
<body>
|
|
<h1>Hello!</h1>
|
|
<p>Hi from Rust</p>
|
|
</body>
|
|
</html>
|