index.html updates
This commit is contained in:
parent
dd68be9e5d
commit
0b7616fd38
|
|
@ -30,10 +30,13 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<folk-shape x="0" y="0" style="visibility: hidden"><span>🝡</span></folk-shape>
|
<folk-space-radial>
|
||||||
|
<folk-shape style="visibility: hidden"><span>🝡</span></folk-shape>
|
||||||
|
</folk-space-radial>
|
||||||
|
|
||||||
<script type="module">
|
<script type="module">
|
||||||
import '../lib/standalone/folk-shape.ts';
|
import '../lib/standalone/folk-shape.ts';
|
||||||
|
import '../lib/standalone/folk-space-radial.ts';
|
||||||
|
|
||||||
const shape = document.querySelector('folk-shape');
|
const shape = document.querySelector('folk-shape');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue