mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-24 09:08:16 +08:00
change vless to 401 for http
This commit is contained in:
@@ -33,4 +33,11 @@ const index401 = `
|
||||
|
||||
</html>`;
|
||||
|
||||
export { index401 };
|
||||
const page404 = `
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<div class="theme-default-content"><h1>404</h1><blockquote>There's nothing here.</blockquote><a href="/" class="">Take me home</a></div>
|
||||
</html>
|
||||
`;
|
||||
|
||||
export { index401, page404 };
|
||||
|
||||
Reference in New Issue
Block a user