Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5.  
  6. <link rel="stylesheet" href="css/topcoat-desktop-dark.min.css"/>
  7. <link id="hostStyle" rel="stylesheet" href="css/styles.css"/>
  8.  
  9. <title></title>
  10. </head>
  11.  
  12. <body class="hostElt">
  13. <div id="content">
  14.  
  15. <div>
  16. <button id="btn_test" class="topcoat-button--large hostFontSize">Call ExtendScript</button>
  17. </div>
  18.  
  19. </div>
  20.  
  21. <!-- These are debugging shortcuts. Class debuglink items only appear in debug mode -->
  22. <span class="debuglink" id="reload">Reload</span>
  23. <span class="debuglink" id="debug">Debug</span>
  24. <span class="debuglink" id="sources">Sources</span>
  25.  
  26. <script src="js/libs/CSInterface.js"></script>
  27. <script src="js/libs/jquery-2.0.2.min.js"></script>
  28.  
  29. <script src="js/themeManager.js"></script>
  30. <script src="js/main.js"></script>
  31.  
  32.  
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement