2023-03-25 20:29:49 +01:00
|
|
|
<!DOCTYPE html>
|
2023-03-24 09:37:50 +01:00
|
|
|
<html>
|
|
|
|
<head>
|
2023-03-24 10:21:59 +01:00
|
|
|
<title>Parcoursup</title>
|
2023-03-24 09:37:50 +01:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
2023-03-25 20:29:49 +01:00
|
|
|
<link rel="stylesheet" href="style/parcoursup.css">
|
2023-03-25 16:31:36 +01:00
|
|
|
<script src="search.riot" type="riot"></script>
|
2023-03-24 09:37:50 +01:00
|
|
|
<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>
|
|
|
|
|
|
|
|
<body>
|
2023-03-25 16:31:36 +01:00
|
|
|
<search></search>
|
2023-03-25 20:29:49 +01:00
|
|
|
<script src="javascript/school-info.js" type="javascript"></script>
|
2023-03-25 16:31:36 +01:00
|
|
|
<script>
|
|
|
|
riot.compile().then(() => {
|
|
|
|
riot.mount('search', {
|
|
|
|
formation:'Formation'
|
|
|
|
})
|
|
|
|
})
|
|
|
|
</script>
|
2023-03-24 09:37:50 +01:00
|
|
|
</body>
|
|
|
|
</html>
|