Spaces:
Running
Running
Create index.html
Browse files- index.html +10 -0
index.html
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
<meta charset="utf-8"/>
|
5 |
+
<title>🚀 服务已启动</title>
|
6 |
+
</head>
|
7 |
+
<body>
|
8 |
+
<p>idphotos-api已启动!</p>
|
9 |
+
</body>
|
10 |
+
</html>
|