31 lines
1.1 KiB
HTML
31 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<link rel="stylesheet" href="css/style.css">
|
|
<script src="./riot/suiviformation.riot" type="riot"></script>
|
|
<script src="./riot/choixformation.riot" type="riot"></script>
|
|
<script src="./riot/app.riot" type="riot"></script>
|
|
<script src="./riot/pourcentageForma.riot" type="riot"></script>
|
|
<script src="./riot/statistiqueFormation.riot" type="riot"></script>
|
|
<script src="./riot/tableuFormation.riot" type="riot"></script>
|
|
<script src="./riot/modaleEcole.riot" type="riot"></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>
|
|
<body>
|
|
|
|
<app></app>
|
|
<script>
|
|
|
|
localStorage.clear()
|
|
|
|
riot.compile().then(() => {
|
|
riot.mount('app', {})
|
|
})
|
|
|
|
</script>
|
|
</body>
|
|
</html> |