2023-12-27 11:59:07 +01:00

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>