Skip to content

Commit

Permalink
Link to the origin of these files
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Feb 3, 2024
1 parent 823b155 commit 68e25d0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Derived from https://github.com/novnc/noVNC/blob/master/vnc_lite.html, which was licensed
* under the 2-clause BSD license
*/

// RFB holds the API to connect and communicate with a VNC server
import RFB from "@novnc/novnc/core/rfb";

Expand Down
5 changes: 5 additions & 0 deletions jupyter_remote_desktop_proxy/static/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Derived from https://github.com/novnc/noVNC/blob/master/vnc_lite.html, which was licensed
* under the 2-clause BSD license
*/

body {
margin: 0;
background-color: dimgrey;
Expand Down
4 changes: 4 additions & 0 deletions jupyter_remote_desktop_proxy/static/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!--
Derived from https://github.com/novnc/noVNC/blob/master/vnc_lite.html, which was licensed
under the 2-clause BSD license
-->
<!doctype html>
<html lang="en">
<head>
Expand Down

0 comments on commit 68e25d0

Please sign in to comment.