Update website/templates/.gitkeep, website/templates/chat-iframe.html, website/templates/comment-iframe.html, website/templates/index.html, website/templates/stream-info-iframe.html, website/static/.gitkeep, website/static/grids-responsive-min.css, website/static/platform.css, website/static/platform.js, website/static/pure-min.css, website/static/video-js.css, website/static/video.js, website/static/videojs-contrib-hls.js, app.py, website/utils/__init__.py files

このコミットが含まれているのは:
n9k 2021-04-13 13:16:03 +00:00
コミット aa777e11a6
15個のファイルの変更6行の追加0行の削除

5
app.py ノーマルファイル
ファイルの表示

@ -0,0 +1,5 @@
from website import create_app
if __name__ == '__main__':
app = create_app()
app.run(debug=False)

ファイルの表示

ファイルの表示

ファイルの表示

1
website/utils/__init__.py ノーマルファイル
ファイルの表示

@ -0,0 +1 @@