diff options
| author | altaf-creator <dev@altafcreator.com> | 2026-06-28 23:55:39 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2026-06-28 23:55:39 +0800 |
| commit | b8e0094052a2947bbf9e40147050d18ae2d94420 (patch) | |
| tree | 90a9964387e51ffda16ea34d8b44d9925de6c56b /templates/video.html | |
| parent | 3abcae19fefd11bbfba6cbf696b342ea72da6992 (diff) | |
url changes
Diffstat (limited to 'templates/video.html')
| -rw-r--r-- | templates/video.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/video.html b/templates/video.html index 4380e8e..b8ed204 100644 --- a/templates/video.html +++ b/templates/video.html @@ -17,6 +17,7 @@ <script defer src="/scripts/scroll.js"></script> <script defer src="/scripts/video.js"></script> <script defer src="/scripts/iframe.js"></script> + <script defer src="/scripts/elements/share.js"></script> <div class="floating-nav-container"> <div class="floating-nav"> <a href="/" class="mobile"><img src="/assets/images/hero/logo.png" alt="" class="sidebar-img mobile" style="margin-top: 0; margin-left: -20px;"></a> @@ -61,7 +62,7 @@ <div class="flex-container flex-container-column flex-end"> <div class="flex-container flex-container-normal flex-container-dynamicwrap gap flex-end flex-end-dynamic"> <a class="button button-inline" href="#" id="video-download-btn"><i class="fa-solid fa-download"></i> Download</a> - <a class="button button-inline" href="#"><i class="fa-solid fa-share-nodes" id="video-share-btn"></i></a> + <button class="button button-inline" id="share-btn"><i class="fa-solid fa-share-nodes"></i></button> </div> <p style="text-align: end;" class="half-opacity-text" id="video-license-parent">Licensed under<br> <a class="link" href="#" id="video-license-info"><a> |
