Skip to content

Instantly share code, notes, and snippets.

@mikeyee
Last active October 1, 2018 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mikeyee/15fcfbeb52f1c39c172f281c64086768 to your computer and use it in GitHub Desktop.
Save mikeyee/15fcfbeb52f1c39c172f281c64086768 to your computer and use it in GitHub Desktop.
用flask框架製作港股通北水追蹤器
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF=8">
<title>北水追蹤器</title>
</head>
<body>
<h1>北水追蹤器</h1>
<p>
<form method="POST" action="{{ url_for('submit_new_profile') }}">
<p><input type="text" style="font-size:24px" name="selected_code" value="{{selected_code}}"><button type="submit" style="font-size:24px" name="submit">輸入股票編號</button></p>
</p>
<p style="font-size:24px">股票編號:{{selected_code}}<br/>股票名稱:{{name}}</p>
<p></p>
<p>
{{model_plot}}
</p>
<p>
{{tseries_table}}
</p>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment