Files
tps/heijunka.html
2026-01-02 09:30:47 +01:00

24 lines
808 B
HTML

<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Exploring Heijunka</title>
<meta name="description" content="Author: Julien Calixte" />
<link rel="stylesheet" href="core.css" />
<link rel="stylesheet" href="core-article.css" />
<link rel="icon" href="people-improvement.svg" />
<link rel="mask-icon" href="people-improvement.svg" color="#ffffff" />
</head>
<body>
<noscript>
<strong
>We're sorry but this app doesn't work properly without JavaScript
enabled. Please enable it to continue.</strong
>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main-heijunka.ts"></script>
</body>
</html>