CTF Question

Hello everybody! Im new too pentesting and CFTs… :slight_smile:
maybe somebody got a hint for me?

ive found this in the Source Code (comment):

<!--

<p>For example, you can put a bookmark here.</p>
<form method=POST>
<input placeholder="title" name="title" />
<input playeholder="hht://heose.de" name=url />
>input type=submit vaule="Save" />
</form>

--!>

Ive i delte the comment “<!–” it in my Browser and send it to the server it changes too:

<!--

<p>For example, you can put a bookmark here.</p>
<form method=POST>
<input placeholder="title" name="title" />
<input playeholder="hht://heose.de" name=url />
<input type=submit vaule="Save" />
</form>

<p>looook!</p>
<a href="http://ip"> <div class="lcars-element button rounded"> TEXT </div></a>
--!>

Now my question? What can i do with this? :smiley:
Thx :slight_smile: Have a nice Day!

Nobody? :slight_smile: