Files
parcoursup/src/components/global/localisationpath/loc.riot

10 lines
152 B
Plaintext
Raw Normal View History

2023-03-07 19:09:41 +01:00
<loc>
2023-03-08 12:35:46 +01:00
<style>
#location {
color: white;
font-weight: bold;
}
</style>
<p id="location"> </p>
2023-03-07 19:09:41 +01:00
</loc>