mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
fix path
This commit is contained in:
@@ -7,8 +7,8 @@ license that can be found in the LICENSE file.
|
||||
<html>
|
||||
<head>
|
||||
<title>Icon</title>
|
||||
<script src="../polyfills/Components/components-polyfill.js" shimShadow></script>
|
||||
<link rel="components" href="../toolkit/src/g-icon.html">
|
||||
<script src="../../polyfills/Components/components-polyfill.js" shimShadow></script>
|
||||
<link rel="components" href="../../toolkit/src/g-icon.html">
|
||||
</head>
|
||||
<body>
|
||||
<g-icon src="images/star_full.svg"></g-icon>
|
||||
|
||||
Reference in New Issue
Block a user