Files
tps/index.html
Julien Calixte d7fb922a75 🎉 (tps)
2023-07-07 00:40:02 +02:00

29 lines
727 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TPS</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<main>
<section>
<strong>Customer Satisfaction</strong>
Value analysis / Value engineering
</section>
<section>
<section>Just-in-time</section>
<section>
<img src="/people-improvement.svg" alt="People improvement" />
</section>
<section>Jidoka</section>
</section>
<section>
<section>improvement</section>
<section>stability</section>
</section>
</main>
</body>
</html>