From a4e01da27c08e43a67b2618ad1e71c1f8f86d5cd Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Thu, 19 Sep 2024 15:33:11 +0530 Subject: youtube fronend --- youtube/templates/licenses.html | 64 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 youtube/templates/licenses.html (limited to 'youtube/templates/licenses.html') diff --git a/youtube/templates/licenses.html b/youtube/templates/licenses.html new file mode 100644 index 0000000..dc73bfb --- /dev/null +++ b/youtube/templates/licenses.html @@ -0,0 +1,64 @@ +{% set page_title = title %} +{% extends "base.html" %} +{% block style %} + +{% endblock style %} +{% block main %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
JavaScript Licensing Table
FileLicenseSource
av-merge.jsAGPL-3.0 or laterav-merge.js
comments.jsAGPL-3.0 or latercomments.js
common.jsAGPL-3.0 or latercommon.js
hotkeys.jsAGPL-3.0 or laterhotkeys.js
playlistadd.jsAGPL-3.0 or laterplaylistadd.js
plyr-start.jsAGPL-3.0 or laterplyr-start.js
plyr.min.jsExpatplyr.js
transcript-table.jsAGPL-3.0 or latertranscript-table.js
watch.jsAGPL-3.0 or laterwatch.js
+{% endblock main %} -- cgit v1.2.3-59-g8ed1b