diff options
| author | s1n <[email protected]> | 2019-11-10 16:33:12 -0800 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-11-10 16:33:12 -0800 |
| commit | c0de79b1dd134b4eadaff6955bb156a6dfe2370b (patch) | |
| tree | 8f85dc621cbf2b04a9919a451d5f3fb372dfd45a /links/index.html | |
| parent | filter basic property (diff) | |
| download | s1n.pw-admin-c0de79b1dd134b4eadaff6955bb156a6dfe2370b.tar.xz s1n.pw-admin-c0de79b1dd134b4eadaff6955bb156a6dfe2370b.zip | |
smart controls for links
Diffstat (limited to 'links/index.html')
| -rw-r--r-- | links/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/links/index.html b/links/index.html index 5f71002..48998ed 100644 --- a/links/index.html +++ b/links/index.html @@ -11,8 +11,10 @@ <link rel="stylesheet" href="/links/css/main.css"> <link rel="stylesheet" href="/css/no-text-highlighting.css"> <!-- External Libraries --> + <script src="https://code.jquery.com/jquery-3.1.1.js"></script> <!-- Invisible Script Links --> <script src="/js/hide-context-menu.js"></script> + <script src="/links/js/main.js"></script> </head> <body> |