Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <script>
- window.onload = function() {
- // update the "src" attribute
- document.querySelector('core-icon').src = window.location.href + '.png';
- };
- </script>
- </head>
- <body>
- <core-icon icon="help"></core-icon>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment