From 01cfcd9fcc07cb7de1d028da4a33eae93c88a71a Mon Sep 17 00:00:00 2001 From: xenofem Date: Thu, 28 Apr 2022 03:24:05 -0400 Subject: [PATCH] copy download link on click --- static/feather-icons/LICENSE | 21 +++++++++++++++++ static/feather-icons/copy.svg | 1 + static/index.html | 5 +++- static/transbeam.css | 43 +++++++++++++++++++++++++++++++++++ static/transbeam.js | 13 +++++++++++ 5 files changed, 82 insertions(+), 1 deletion(-) create mode 100644 static/feather-icons/LICENSE create mode 100644 static/feather-icons/copy.svg diff --git a/static/feather-icons/LICENSE b/static/feather-icons/LICENSE new file mode 100644 index 0000000..b869713 --- /dev/null +++ b/static/feather-icons/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2013-2017 Cole Bemis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/static/feather-icons/copy.svg b/static/feather-icons/copy.svg new file mode 100644 index 0000000..4e0b09f --- /dev/null +++ b/static/feather-icons/copy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/index.html b/static/index.html index c9b570e..2c2e053 100644 --- a/static/index.html +++ b/static/index.html @@ -17,7 +17,10 @@