|
1 | | -<!DOCTYPE html> |
| 1 | +<!doctype html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <title>plenticons</title> |
5 | 5 | <meta charset="UTF-8"> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | | - <link href="css/style.css" rel="stylesheet"> |
8 | 7 | <link href="favicon.png" rel="icon"> |
9 | | - |
10 | | - <script src="js/index.js" defer></script> |
11 | 8 | </head> |
12 | 9 | <body> |
13 | | - <h1><img src="icons/foxs-sake/plenticons-yellow.svg" />lenticons</h1> |
14 | | - |
15 | | - <p>A pack of icons to use with custom nodes in the <a href="https://godotengine.org/">Godot</a> editor. Or wherever else!</p> |
16 | | - |
17 | | - <h2 id="features">Features</h2> |
18 | | - <ul> |
19 | | - <li><img src="./icons/2d/plus-yellow.svg" alt="plus"> 50+ icons of various categories</li> |
20 | | - <li><img src="./icons/objects/chest-yellow.svg" alt="chest"> Each icon comes in multiple variants</li> |
21 | | - <li><img src="./icons/creatures/heart-full-yellow.svg" alt="heart"> Licensed as CC0 - take it and use it</li> |
22 | | - <li><img src="./icons/objects/globe-yellow.svg" alt="globe"> <a href="https://foxssake.github.io/plenticons/">Dedicated site</a> for browsing</li> |
23 | | - <li><img src="./icons/2d/checkmark-yellow.svg" alt="check"> Available for HiDPI displays too</li> |
24 | | - <li><img src="./icons/objects/lightning-yellow.svg" alt="lightning"> Optimized for size</li> |
25 | | - </ul> |
26 | | - |
27 | | - <div class="toolbar"> |
28 | | - <variant-picker></variant-picker> |
29 | | - <a href="https://discord.gg/xWGh4GskG5" target="_blank"> |
30 | | - <button><img src="assets/discord-mark-white.svg" />Discord</button> |
31 | | - </a> |
32 | | - <a href="https://ko-fi.com/foxssake" target="_blank"> |
33 | | - <button><img src="assets/kofi_symbol.svg" />Ko-Fi</button> |
34 | | - </a> |
35 | | - <a href="https://github.com/foxssake/plenticons" target="_blank"> |
36 | | - <button><img src="assets/github-mark-white.svg" />GitHub</button> |
37 | | - </a> |
38 | | - <a href="https://github.com/foxssake/plenticons/blob/main/LICENSE" target="_blank"> |
39 | | - <button><img/>📜 License</button> |
40 | | - </a> |
41 | | - </div> |
42 | | - |
43 | | - <div class="icon-card-container"> |
44 | | - </div> |
45 | | - |
46 | | - <div class="modal" style="visibility: hidden;"> |
47 | | - <icon-modal></icon-modal> |
48 | | - </div> |
| 10 | + <div id="root"></div> |
| 11 | + <script type="module" src="/src/main.tsx"></script> |
49 | 12 | </body> |
50 | 13 | </html> |
0 commit comments