mirror of
https://github.com/antfu-collective/icones.git
synced 2026-01-09 07:40:49 +08:00
17 lines
502 B
HTML
Executable File
17 lines
502 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Icônes</title>
|
|
<link rel="icon" href="/favicon.svg">
|
|
<script src="/lib/iconify.min.js"></script>
|
|
<script src="/lib/svg-packer.js" defer></script>
|
|
<script src="/lib/jszip.min.js" defer></script>
|
|
</head>
|
|
<body class="dragging">
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|