Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <link rel="import" href="my-tabs.html">
  2.  
  3. Enable experimental WebKit features
  4. Enable experimental JavaScript
  5.  
  6. <head>
  7. <script src="//cdnjs.cloudflare.com/ajax/libs/polymer/0.3.3/platform.js"></script>
  8. <link rel="import" href="/static/troll.html"/>
  9. </head>
  10.  
  11. <template>
  12. <h1>Hi there!</h1>
  13. <h2>To use html-imports..</h2>
  14. <h3>In Chrome 35 and below(in which you found the flag) you've to enable the flag: <span style="color: brown;">chrome://flags/#enable-html-imports</span></h3>
  15. <h3>In Chrome 36 and Opera 23, it's supported by default. </h3>
  16. </template>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement