feat(site): initial form submission handling demo
This commit is contained in:
parent
abaab2b73f
commit
af02d1dbad
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
<form>
|
<form>
|
||||||
<input id="url" name="url" />
|
<input id="url" name="url" />
|
||||||
<button type="submit">Extract</button>
|
<button type="submit">Extract</button>
|
||||||
|
<p>{{ McFly.event.url }}</p>
|
||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue