Minimaliste
$ curl -I https://minimaliste.fcsc.fr
HTTP/2 200
link: <445b121735ec4d39a4e00777df2a7e21.css>; rel=stylesheet
content-type: text/plain; charset=utf-8
server: Rocket
permissions-policy: interest-cohort=()
x-frame-options: SAMEORIGIN
x-content-type-options: nosniff
content-length: 20
date: Mon, 06 Apr 2026 16:14:39 GMT
x-robots-tag: noindex, nofollow, nosnippet, noarchive, nocache, noodp, noyaca
curl https://minimaliste.fcsc.fr/445b121735ec4d39a4e00777df2a7e21.css
body {
margin: 0;
height: 100vh;
display: flex;
justify-content: center;
background: #11274a;
color: rgb(222, 226, 230);
font-family:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 20px;
font-weight: 300;
line-height: 30px;
}
body::before {
display: flex;
justify-content: center;
align-items: center;
content: "Welcome to my minimal website! I've hidden a flag in the source code :)";
animation: glow 2s 2s infinite;
}
body::after {
/* Note from website admin: feature still in development */
display: hidden;
background-image: url('/e7468967db96d6e2ffc996a844095925.svg');
}
@keyframes glow {
50% {
text-shadow: 0 0 20px #fff;
}
}
curl https://minimaliste.fcsc.fr/e7468967db96d6e2ffc996a844095925.svg
<svg width="149.35mm" height="150.55mm" viewBox="0 0 149.35 150.55" xmlns="http://www.w3.org/2000/svg">
<g transform="translate(-32.646 -70.209)">
<ellipse cx="107.32" cy="145.48" rx="74.675" ry="75.273" fill="#0a1a34" stroke-width=".27079"/>
<g stroke-width=".26458">
<path d="m115.9 157.2 27.528 15.641-15.835 9.7858z" fill="#fff"/>
<path d="m71.627 105.78 8.5669 19.466 16.4-10.464" fill="#ef7276"/>
<path d="m96.593 114.78 29.064 18.591-4.2255-30.434" fill="#ef7276"/>
<path d="m125.66 133.38 18.23-11.488-22.455-18.946" fill="#da2641"/>
<path d="m121.43 102.94 13.096-8.288 9.3589 27.234" fill="#ef7276"/>
<path d="m95.596 125.66 20.888 13.204-15.141 9.6639 17.571 39.326-25.969 16.042-26.157-59.795z" fill="#fff"/>
<path d="m113.83 151.41h39.465l-19.705-12.594z" fill="#fff"/>
<path d="m97.791 85.244-1.1976 29.54 24.839-11.843z" fill="#da2641"/>
<path d="m97.791 85.244-8.7206 18.879 7.523 10.661" fill="#ef7276"/>
<path d="m89.07 104.12-17.443 1.6586 24.966 9.0023" fill="#d92641"/>
<!-- Wow you did it! Good luck with the rest of the challenges :) -->
<!-- FCSC{c6729809466e426f6d8aa25bdab3b95568db2f9cd3618b26608596c915b0e3c7} -->
</g>
</g>
</svg>