ajout % femme et selectivité et moyenne

This commit is contained in:
2023-03-29 11:50:35 +02:00
parent 6d1b878b96
commit 140f80154d
4 changed files with 181 additions and 48 deletions

View File

@@ -9,7 +9,6 @@
<script src="./riot/choixformation.riot" type="riot"></script>
<script src="./riot/app.riot" type="riot"></script>
<script src="./riot/statistiqueFormation.riot" type="riot"></script>
<script src="./js/model.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/riot/7.1.0/riot+compiler.min.js" integrity="sha512-sSGKGR9MvL0bUx3CScaBb56crXwspwDkL/JnB0IrLFQfw3uvSUlITQtsTtDZctshhv5wdwIt+qZeN8zThRF4Dw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<title>S4WEB</title>
</head>
@@ -18,11 +17,12 @@
<app></app>
<script>
riot.compile().then(() => {
riot.mount('app', {})
})
localStorage.clear()
riot.compile().then(() => {
riot.mount('app', {})
})
localStorage.clear()
</script>
</body>
</html>