This commit is contained in:
parent
d140b3dfa1
commit
b05ee4649a
@ -50,6 +50,13 @@
|
||||
<form class="messagewraper" method="POST" action="http://api.vdk2ch.ru:5000/TestPosting/benin">
|
||||
<input type="text" class="textplace" name="text" id="messagetext" cols="30" rows="10"></input>
|
||||
<input class="button" type="submit" for="messagetext" value="SEND">
|
||||
</form>
|
||||
<form method="post" action="~/Home/Area">
|
||||
<label>Высота:</label><br />
|
||||
<input type="number" name="height" /><br />
|
||||
<label>Основание:</label><br />
|
||||
<input type="number" name="altitude" /><br />
|
||||
<input type="submit" value="Отправить" />
|
||||
</form>
|
||||
<div class="posts"><p>ловим текст сюда</p></div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user