mirror of
https://github.com/10h30/v2ray-nginx-docker.git
synced 2026-06-05 15:09:38 +09:00
10 lines
221 B
HTML
10 lines
221 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<title>HTML Meta Tag</title>
|
||
|
|
<meta http-equiv="refresh" content="0; url=https://www.baidu.com" />
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<h1>Welcome to Baidu world!</h1>
|
||
|
|
</body>
|
||
|
|
</html>
|