ProjetRIOT/index.html

19 lines
977 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">
2023-03-30 17:26:23 +02:00
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css" integrity="sha512-q3eWabyZPc1XTCmF+8/LuE1ozpg5xxn7iO89yfSOd5/oKvyqLngoNGsx8jq92Y8eXJ/IRxQbEC+FGSYxtk2oiw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
2023-03-26 17:40:15 +02:00
<script src="loader.js" type="module"></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>
2023-03-29 22:56:14 +02:00
<body class="pr-4">
<main-controller>
2023-03-28 13:42:53 +02:00
</main-controller>
2023-03-24 09:37:50 +01:00
</body>
</html>