waw les formations trop belles

This commit is contained in:
2023-03-26 15:03:06 +02:00
parent 6b0129987c
commit c596846a6c
6 changed files with 93 additions and 124 deletions

View File

@@ -4,7 +4,7 @@
<title>Parcoursup</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="style/parcoursup.css">
<script src="search.riot" type="riot"></script>
<script src="components/search.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>
</head>
@@ -14,7 +14,9 @@
<script>
riot.compile().then(() => {
riot.mount('search', {
formation:'Formation'
formation:'Formation',
items: null,
text: null
})
})
</script>