Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.
This repository was archived by the owner on Nov 25, 2022. It is now read-only.

How to fix the live example of the template #78

Open
@shuuji3

Description

@shuuji3

There is a live example of the template hosted by JS bin (http://jsbin.com/qaxiw/7/edit). But it seems that the image is not shown correctly because the image URL was changed. This issue can be fixed by updating the following line with the new image URL.

@@ -19,7 +19,7 @@
       }
     </style>
     <div id="container">
-      <img class="webcomponents" src="http://webcomponents.org/img/logo.svg">
+      <img class="webcomponents" src="https://web-components-resources.appspot.com/static/logo.svg">
     </div>
   </template>
 </head>

Before

Screen Shot 2021-11-14 at 16 55 15

After

Screen Shot 2021-11-14 at 16 55 26

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions