Files
v2ray-nginx-docker/docker-conf/html/404.html
T
Robert Zhou 66df24001e add badges
2020-05-02 11:06:19 +01:00

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>