Explorar o código

上傳檔案到 'templates'

miacheng913 %!s(int64=3) %!d(string=hai) anos
pai
achega
fed2f13c34
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  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 %}