Files
omni-tools/index.html
Ibrahima G. Coulibaly 1bd9e9098d chore: new logo and font
2025-07-09 01:48:33 +01:00

15 lines
412 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link href="/assets/fonts/quicksand/quick-sand.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OmniTools</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>