17 lines
444 B
HTML
17 lines
444 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Parcoursup</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<link rel="stylesheet" href="style/parcoursup.css">
|
|
<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>
|
|
</head>
|
|
|
|
<body>
|
|
<search></search>
|
|
<school-info></school-info>
|
|
</body>
|
|
</html>
|