Browse Source

index page add result link

MortyFx 5 years ago
parent
commit
2aeeeda975
1 changed files with 2 additions and 1 deletions
  1. 2 1
      index.html

+ 2 - 1
index.html

@@ -225,7 +225,8 @@ function I(id){return document.getElementById(id);}
 		IP Address: <span id="ip"></span>
 	</div>
 </div>
-<a href="https://github.com/BadApple9/speedtest-x">speedtest-x 项目地址</a>
+<p><a href="./results.html">查看测速记录</a></p>
+<p><a href="https://github.com/BadApple9/speedtest-x">speedtest-x 项目地址</a></p>
 <script type="text/javascript">
     initUI();
 </script>