dddeepseek / templates /welcome.html
coo7's picture
Create templates/welcome.html
cd5d719 verified
raw
history blame contribute delete
196 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>🚀 服务已启动</title>
</head>
<body>
<p>deepseek-to-api已启动!</p>
</body>
</html>