mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
tutorials: vweb: add an article
This commit is contained in:
parent
fc33f9d49c
commit
48ea136a9a
5 changed files with 106 additions and 1 deletions
13
tutorials/code/blog/new.html
Normal file
13
tutorials/code/blog/new.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<html>
|
||||
<header>
|
||||
<title>V Blog</title>
|
||||
</header>
|
||||
<body>
|
||||
<form action='/new_article' method='post'>
|
||||
<input type='text' placeholder='Title' name='title'> <br>
|
||||
<textarea placeholder='Text' name='text'></textarea>
|
||||
<input type='submit'>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue