소스 검색

上傳檔案到 'templates'

miacheng913 3 년 전
부모
커밋
fed2f13c34
1개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. 15 0
      templates/channel.html

+ 15 - 0
templates/channel.html

@@ -0,0 +1,15 @@
+{% extends "index.html" %}
+{% block title %}水塔監控{% endblock %}
+{% block head %}
+{{ super() }}
+{% endblock %}
+
+
+{% block body %}
+
+<script type="text/javascript" src="/static/channel.js"></script>
+
+<div id='channel'></div>
+<div id='tower_info'></div>
+<div id='tower_perfrom'></div>
+{% endblock %}