Advertisement
Guest User

Untitled

a guest
May 26th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <html>
  2. <head>
  3. <link rel="stylesheet" href="/css/progress-bar.css">
  4. </head>
  5.  
  6. <body>
  7. <h1>Your element goes here...</h1>
  8.  
  9. <!-- Link disabled: static link, SPF ins disabled -->
  10. <a href="/destination">Go!</a>
  11.  
  12. <!-- Link enabled: a SPF request will be sent -->
  13. <a class="spf-link" href="/destination">Go!</a>
  14.  
  15. <footer>
  16. <div id="spfjs-progress-bar"><dt></dt><dd></dd></div>
  17. <script src="/js/spf.js"></script>
  18. <script src="/js/main.js"></script>
  19. </footer>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement