Add unminimized sources and license information

This commit is contained in:
Omar Roth
2018-11-10 11:08:03 -06:00
parent e8c9641548
commit 7f868ecdf9
14 changed files with 110580 additions and 6 deletions

View File

@@ -188,6 +188,10 @@ get "/" do |env|
templated "index"
end
get "/licenses" do |env|
rendered "licenses"
end
# Videos
get "/:id" do |env|