mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-06 10:00:25 +08:00
9 lines
106 B
HTML
9 lines
106 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<title>Welcome</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
I am index.
|
||
|
|
</body>
|
||
|
|
</html>
|