index.html 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <!--
  2. Copyright (c) 2016, 2024, 5 Mode's contributors
  3. All rights reserved.
  4. Redistribution and use in source and binary forms, with or without
  5. modification, are permitted provided that the following conditions are met:
  6. * Redistributions of source code must retain the above copyright
  7. notice, this list of conditions and the following disclaimer.
  8. * Redistributions in binary form must reproduce the above copyright
  9. notice, this list of conditions and the following disclaimer in the
  10. documentation and/or other materials provided with the distribution.
  11. * Neither 5 Mode nor the names of its contributors
  12. may be used to endorse or promote products derived from this software
  13. without specific prior written permission.
  14. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  15. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  16. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  17. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY
  18. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  19. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  20. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  21. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  22. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  23. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  24. -->
  25. <!DOCTYPE html>
  26. <html lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
  27. <head>
  28. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  29. <title>Dropjs: the iconic js library!</title>
  30. <link rel="shortcut icon" href="./favicon.ico" />
  31. <meta name="description" content="Welcome to Dropjs! Enjoy the library or contact us.."/>
  32. <meta name="keywords" content="5 Mode,object"/>
  33. <meta name="robots" content="index,follow"/>
  34. <meta name="author" content="5 Mode"/>
  35. <script src="./js/jquery-3.6.0.min.js" type="text/javascript"></script>
  36. <link href="./css/style.css" type="text/css" rel="stylesheet">
  37. <script>
  38. function openPages() {
  39. window.open("drag1.html","_blank");
  40. window.open("drag2.html","_blank");
  41. }
  42. </script>
  43. </head>
  44. <body style="background:#FFFFFF; margin-top:20px; padding-top:5%; font-size:25px; font-weight:400; color:#000000;">
  45. <div style="width:300px;margin:auto;">
  46. Dragjs enhances the web possibilities given<br>
  47. by the JSON serialization and OOP through<br>
  48. the iconic rappresentation, eg. moving objects<br>
  49. between scripts.<br><br>
  50. Open the Dropjs page<br>two times and try the<br>
  51. drag and drop feature from<br> one to the others:<br><br>
  52. <input type="button" id="butOpenPages" onclick="openPages()" value="Open the required pages">
  53. </div>
  54. <!-- Yandex.Metrika counter -->
  55. <script type="text/javascript" >
  56. (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
  57. m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
  58. (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
  59. ym(86762230, "init", {
  60. clickmap:true,
  61. trackLinks:true,
  62. accurateTrackBounce:true
  63. });
  64. </script>
  65. <noscript><div><img src="https://mc.yandex.ru/watch/86762230" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
  66. <!-- /Yandex.Metrika counter -->
  67. </body>
  68. </html>