feat(cozy): add an explainer paragraph
This commit is contained in:
parent
a1b1451913
commit
f50edfb441
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
||||||
</my-head>
|
</my-head>
|
||||||
<body>
|
<body>
|
||||||
<awesome-header>A Cozy test page.</awesome-header>
|
<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">
|
<form method="get">
|
||||||
<input required type="url" name="url" id="url" value={{ url }} />
|
<input required type="url" name="url" id="url" value={{ url }} />
|
||||||
<button type="submit">Extract</button>
|
<button type="submit">Extract</button>
|
||||||
|
|
Loading…
Reference in a new issue