This repository has been archived on 2026-08-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
RequestCounter/static/index.html
T
2022-02-04 12:57:24 +08:00

32 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Request Counter - Index - Flask</title>
<style>
.intro{
text-align: center;
}
</style>
</head>
<body>
<div class="intro">
<i>看到这句话就说明程序正常运行啦!!</i>
<br>
<i>本服务使用Python-Flask开发(Flask 官方地址:<a href="https://flask.palletsprojects.com/en/2.0.x/">Flask</a> )</i>
<br>
<i>调用示例: <a href="http://127.0.0.1:5000/API?name=main">127.0.0.1:5000/API?name=main</a> 注: 调用支持POST 和 GET 方法请求</i>
<br>
<i>已经搭建好的私人服务器调用地址:<a href="http://geminitay.pythonanywhere.com/API?name=main">PythonAnyWhere</a></i>
<br>
<i>数字图片作者: <a href="https://www.iconfont.cn/user/detail?uid=363&nid=8RbLpoB8S23K">碎蜂</a></i>
<br>
<i>项目开源协议: <b>Apache-2.0</b> 即:
<br>
你可以直接使用该项目提供的功能, 无需任何授权
<br>
你可以在注明来源版权信息的情况下对源代码进行任意分发和修改以及衍生
</i>
</div>
</body>
</html>