Skip to content

Commit d926c98

Browse files
committed
add index.html
1 parent 19ce266 commit d926c98

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

templates/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<html>
2+
<head>
3+
<title>index</title>
4+
</head>
5+
<body>
6+
<a href="/login">login</a>
7+
<br>
8+
<a href="/getselfip">getselfip</a>
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)