ProjetRIOT/index.html

17 lines
444 B
HTML
Raw Normal View History

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-26 17:40:15 +02:00
<script src="riot.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.3/css/bulma.min.css">
<script src="loader.js" type="module"></script>
2023-03-24 09:37:50 +01:00
</head>
<body>
<search></search>
2023-03-26 17:40:15 +02:00
<school-info></school-info>
2023-03-24 09:37:50 +01:00
</body>
</html>