11 lines
218 B
HTML
11 lines
218 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title>中文测试</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<center><h1> 欢迎使用 <a href="https://github.com/ithewei/libhv.git">libhv</a> </h1></center>
|
||
|
</body>
|
||
|
</html>
|