Files
v2ray-nginx-docker/conf/html/index.html
T
Robert Zhou 62a03a5d1d readme
2020-05-08 23:18:53 +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>