mirror of
https://github.com/antfu-collective/icones.git
synced 2026-01-09 07:40:49 +08:00
22 lines
611 B
HTML
Executable File
22 lines
611 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" />
|
|
<link
|
|
rel="search"
|
|
type="application/opensearchdescription+xml"
|
|
href="/search.xml"
|
|
title="Icônes"
|
|
/>
|
|
<script src="/lib/svg-packer.js" defer></script>
|
|
<script src="/lib/jszip.min.js" defer></script>
|
|
</head>
|
|
<body class="dragging bg-base color-base">
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|