Line | |
---|
1 | +++ |
---|
2 | date = "2017-03-02T11:59:27-05:00" |
---|
3 | title = "Kontakt" |
---|
4 | weight = 40 |
---|
5 | draft = false |
---|
6 | |
---|
7 | +++ |
---|
8 | |
---|
9 | <form method="post" action="#"> |
---|
10 | <div class="field half first"> |
---|
11 | <label for="name">Name</label> |
---|
12 | <input type="text" name="name" id="name" /> |
---|
13 | </div> |
---|
14 | <div class="field half"> |
---|
15 | <label for="email">Email</label> |
---|
16 | <input type="text" name="email" id="email" /> |
---|
17 | </div> |
---|
18 | <div class="field"> |
---|
19 | <label for="message">Nachricht</label> |
---|
20 | <textarea name="message" id="message" rows="4"></textarea> |
---|
21 | </div> |
---|
22 | <ul class="actions"> |
---|
23 | <li><input type="submit" value="Absenden" class="special" /></li> |
---|
24 | <li><input type="reset" value="Zurücksetzen" /></li> |
---|
25 | </ul> |
---|
26 | </form> |
---|
27 | |
---|
28 | {{< socialLinks >}} |
---|
Note: See
TracBrowser for help on using the repository browser.