1
0
Fork 0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2026-05-26 12:32:25 +00:00

Support Netscape Navigator 9

This commit is contained in:
Cadence Ember 2021-10-06 20:55:14 +13:00
parent 6d560b8507
commit 9babaccd3b
No known key found for this signature in database
GPG key ID: BC1C2C61CF521B17
9 changed files with 18 additions and 7 deletions

View file

@ -1,22 +0,0 @@
extends includes/layout.pug
block head
title JavaScript license information
block content
main.js-licenses-page
h1 JavaScript license information
table#jslicense-labels1
thead
tr
th(scope="col") File
th(scope="col") License
th(scope="col") Source
tbody
each path of static.keys()
if path.match(/^html\/static\/js\/.*\.js$/)
- const file = path.replace(/^html/, "")
tr
td: a(href=file)= file
td: a(href="http://www.gnu.org/licenses/agpl-3.0.html") GNU-AGPL-3.0-or-later
td: a(href=file)= file