article: exploring

This commit is contained in:
Julien Calixte
2025-01-11 20:27:51 +01:00
parent 8a8b7b489c
commit acf1d0ef55
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Interactive 5S</title>
<title>Exploring 5S</title>
<meta
name="description"
content="Author: Julien Calixte,

View File

@@ -1,3 +1,3 @@
# Thinking People System
A interactive website to better understand the Thinking People System.
An interactive website to better understand the Thinking People System.

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Interactive Pull System</title>
<title>Exploring Pull System</title>
<meta
name="description"
content="Author: Julien Calixte,

View File

@@ -1,7 +1,7 @@
<script setup lang="ts"></script>
<template>
<main id="main-app">5S interactive coming soon</main>
<main id="main-app">Exploring 5S coming soon</main>
</template>
<style scoped lang="scss">