Files
v2ray-nginx-docker/conf/html/index.html
T

10 lines
221 B
HTML
Raw Normal View History

2020-05-08 23:18:53 +01:00
<!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>