1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

tutorials: rename vweb tutorial

This commit is contained in:
Alexander Medvednikov
2022-06-22 22:48:40 +03:00
parent ae2183043b
commit fe673e7963
14 changed files with 93 additions and 0 deletions

View 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>