changes text area and lints

This commit is contained in:
Tara Z. Manicsic 2022-02-22 01:21:32 -05:00
parent 6242c0916f
commit 5fd5e9e7bf
2 changed files with 15 additions and 9 deletions

View File

@ -1,6 +1,6 @@
<template>
<div>
<h1> Thanks for your feedback! </h1>
<NuxtLink to="/">Home</NuxtLink>
</div>
<div>
<h1>Thanks for your feedback!</h1>
<NuxtLink to="/">Home</NuxtLink>
</div>
</template>

View File

@ -1,5 +1,11 @@
<form name="feedback" action="/testpage" netlify data-netlify-honeypot="bot-field" hidden>
<input type="text" name="name" />
<input type="email" name="email" />
<textarea name="message"></textarea>
</form>
<form
name="feedback"
action="/testpage"
netlify
data-netlify-honeypot="bot-field"
hidden
>
<input type="text" name="name" />
<input type="email" name="email" />
<textarea name="feedback"></textarea>
</form>