Advertisement
banyucenter

Untitled

Nov 10th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.     <title><%= title %></title>
  5.     <link rel='stylesheet' href='/stylesheets/style.css' />
  6.     <link rel='stylesheet' href='/bootstrap/css/bootstrap.min.css' />
  7.    
  8.   </head>
  9.   <body>
  10.     <h1><%= title %></h1>
  11.     <p>Welcome to <%= title %></p>
  12.     <form action="desa/tambah" method="post" role="form">
  13.       <div class="form-group">
  14.         <label for="exampleInputEmail1">Nama</label>
  15.         <input type="text" name="nama" class="form-control" id=""  required placeholder="Enter nama desa">
  16.       </div>
  17.      
  18.       <button type="submit" class="btn btn-primary">Submit</button>
  19.     </form>
  20.   </body>
  21.  
  22.   <script tyle="javascript" src='/booststrap/js/bootstrap.min.js'>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement