Update index.html

This commit is contained in:
MarkusJoe
2022-08-14 22:35:00 +08:00
committed by GitHub
parent c3d66ff1b5
commit 27637cf737
1 file changed
+1 -1
+1 -1
View File
@@ -10,7 +10,7 @@
<body> <body>
<div class="intro"> <div class="intro">
<div class="current_deployment_test"> <div class="current_deployment_test">
<i><a href="{{ url_for('main.home', name='test-example') }}">点击查看当实例调用示例</a></i> <i><a href="{{ url_for('main.home', name='test-example') }}">点击查看当实例调用示例</a></i>
</div> </div>
<div class="remote_deployment_test"> <div class="remote_deployment_test">
<i><a href="https://requestcounter.herokuapp.com/count/test-example">点击查看已部署好的调用示例</a></i> <i><a href="https://requestcounter.herokuapp.com/count/test-example">点击查看已部署好的调用示例</a></i>