LibreTranslate/libretranslate/templates/javascript-licenses.html

22 lines
802 B
HTML
Raw Normal View History

2021-03-31 15:57:02 +00:00
<html>
<head>
<title>jslicense-labels1 for LibreTranslate</title>
</head>
<body>
<h3>Weblabels</h3>
<table id="jslicense-labels1" border="1">
<tr>
2021-05-16 14:42:58 +00:00
<td><a href="{{ url_for('static', filename='js/vue@2.js') }}">Vue.js</a></td>
2021-03-31 15:57:02 +00:00
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
</tr>
<tr>
2021-05-16 14:42:58 +00:00
<td><a href="{{ url_for('static', filename='js/prism.min.js') }}">prism.min.js</a></td>
2021-03-31 15:57:02 +00:00
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
</tr>
<tr>
2021-05-16 14:42:58 +00:00
<td><a href="{{ url_for('static', filename='js/materialize.min.js') }}">materialize.min.js</a></td>
2021-03-31 15:57:02 +00:00
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
</tr>
</table>
</body>
</html>