corso https://vola.udemy.com/course/php-mvc-from-scratch/learn/lecture/40931984#overview
filippo.bertilotti
2024-05-21 fc5ee7f51fda1855c792fbedba17021aa982ce3f
commit | author | age
d062a4 1 <body>
F 2     <h1>New product</h1>
fc5ee7 3     <form method="post" action="/products/create">
d062a4 4         <label for="name">Name</label>
F 5         <input type="text", id="name", name="name">
6
7         <label for="description">Description</label>
8         <textarea id="description", name="description"></textarea>
9
10         <button>Save</button>
11     </form>
12 </body>
13 </hmtl>