@fjell/registry
Version:
Dependency injection and service location system for the Fjell ecosystem
27 lines (23 loc) • 734 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/fjell-icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Fjell Registry - TypeScript Registry Library</title>
<meta name="description" content="Common Registry for Fjell - A powerful TypeScript registry system">
<script>
// GitHub Pages SPA routing support
// Store the current URL if we're coming from a redirect
(function () {
if (location.search.slice(1)) {
sessionStorage.redirect = location.href;
}
})();
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>