mirror of
https://github.com/maxboeck/webring
synced 2025-02-18 02:38:23 +00:00
modify signup form
This commit is contained in:
parent
c66e8f8922
commit
ac62c60a05
3 changed files with 2 additions and 3 deletions
|
@ -12,7 +12,6 @@
|
|||
padding: 0.5em 1em;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
transition: all 0.15s ease;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
|||
<form class="form" name="signup" method="POST" data-netlify="true" netlify-honeypot="bot">
|
||||
<form class="form" name="add_my_site" method="POST" data-netlify="true" netlify-honeypot="bot">
|
||||
<p class="form__field">
|
||||
<label for="input-name" class="form__label">Site Name:</label>
|
||||
<input type="text" name="name" id="input-name" class="form__input" placeholder="Frank's awesome site" />
|
||||
|
|
Loading…
Add table
Reference in a new issue