Skip to content

Commit a2aed67

Browse files
committed
Add static web resources
1 parent cb7fc0c commit a2aed67

8 files changed

Lines changed: 303 additions & 1 deletion

cloudbot/web/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def get_template_env():
1515
def get_application():
1616
app = Application([
1717
(r'/', TestHandler),
18-
(r"/static/(.*)", StaticFileHandler, {"path": "./cloudbot/web/static"}),
18+
(r"/s/(.*)", StaticFileHandler, {"path": "./cloudbot/web/static"}),
1919
])
2020
return app
2121

cloudbot/web/static/css/bootstrap.min.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
19.7 KB
Binary file not shown.

cloudbot/web/static/fonts/glyphicons-halflings-regular.svg

Lines changed: 288 additions & 0 deletions
Loading
44.3 KB
Binary file not shown.
22.9 KB
Binary file not shown.
17.6 KB
Binary file not shown.

cloudbot/web/static/js/bootstrap.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)