Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
 
 
 
 
 
 

7 рядки
155 B

  1. <template>
  2. <form>
  3. <label>Given name</label><input type="text" name="gname"/>
  4. <label>Surname</label><input type="text" name="sname"/>
  5. </form>
  6. </template>