File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <script setup>
2+ useHead ({
3+ title: " Brussels CTF" ,
4+ })
5+ </script >
6+
7+ <template >
8+ <Flex direction =" column" gap =" 24" :class =" $style.wrapper" >
9+ <Text size =" 13" height =" 160" color =" secondary" mono >
10+ <Text weight =" 600" color =" primary" >Welcome, seeker of truth.</Text > You stand at the threshold of Celestia blobs, ready to
11+ uncover the boundless potential of unfettered data creation. Your journey will test your resolve and ingenuity, leading you to
12+ the heart of hidden knowledge.
13+ </Text >
14+
15+ <Text size =" 13" height =" 160" color =" secondary" mono >
16+ <Text weight =" 600" color =" primary" >Your first mission:</Text > locate the entry point linked to Celenium. This address is your
17+ key to unlocking the secrets within. Once found, you will face five tasks, each meticulously concealed within the blobs. Decode
18+ them.
19+ </Text >
20+
21+ <Text size =" 13" height =" 160" color =" secondary" mono >
22+ Each task demands a singular answer. Upon solving, embed your answer within the blob and share the transaction hash at the
23+ Celenium Booth, located near the Gaming Section. Remember, only the first correct solution will be rewarded.
24+ </Text >
25+
26+ <Text size =" 13" height =" 160" color =" secondary" mono > May your path be clear and your mind sharp. Time is of the essence. </Text >
27+
28+ <Text size =" 13" height =" 160" color =" primary" mono > Good luck. </Text >
29+ </Flex >
30+ </template >
31+
32+ <style module>
33+ .wrapper {
34+ max-width : 550px ;
35+
36+ padding : 40px 24px 60px 24px ;
37+ }
38+ </style >
You can’t perform that action at this time.
0 commit comments