#!/usr/bin/env python3 """ HTML 模板 """ from config import APP_NAME, APP_VERSION def get_html_template(): """返回完整的HTML模板""" return ''' ''' + APP_NAME + '''

''' + APP_NAME + ''' ''' + APP_VERSION + '''

对外IP:
间隔: s
已连接
'''