Example #1
0
def index():
    """index page"""
    _start = "<h1>Whois API Service v1.1 </h1>"
    _start += "<h3>author - h-j-13(@`13)</h3>"
    _start += "<h3>author - WUD(@wangjunx)</h3><br><b4>"
    _start += "<h3>Harbin Institute of Technology at Weihai</h3>"
    _start += "system clk" + str(Static.get_local_time())
    return _start
Example #2
0
def index():
    _result = "<h1>WHOIS api Service v0.1</h1>"
    _result += "<h3>author - h-j-13(@`13)</h5>"
    _result += "<h3>Harbin Institute of Technology at Weihai</h5> <br></br><br></br>"
    _result += ("<h5>system clock -> " + Static.get_local_time() + "</h5>")
    return _result