소스 검색

Update index.html

Capitan Cloud 2 년 전
부모
커밋
a08f555dd4
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      index.html

+ 5 - 0
index.html

@@ -67,5 +67,10 @@ along with LightOff. If not, see <https://www.gnu.org/licenses/>.
 
 <script src="/js/home.js" type="text/javascript"></script>   
 
+<script>
+document.write("<div id='metrics'></div>");
+$("#metrics").load("/metrics.html");  
+</script>  
+  
 </body>
 </html>