feat(cozy): add an explainer paragraph

This commit is contained in:
Ayo Ayco 2025-06-28 09:23:55 +02:00
parent a1b1451913
commit f50edfb441

View file

@ -10,6 +10,9 @@
</my-head>
<body>
<awesome-header>A Cozy test page.</awesome-header>
<p>
On this page is a demonstration of form submission handing in McFly. A <code>McFly</code> object is accessible on the page which contains request event properties: path, method, query, body.
</p>
<form method="get">
<input required type="url" name="url" id="url" value={{ url }} />
<button type="submit">Extract</button>