Arihant0008 commited on
Commit
4791a70
·
verified ·
1 Parent(s): d0ca1ce

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -280,12 +280,12 @@
280
  <form action="/submit_interest" method="post" class="interest-form" id="interestForm">
281
  <div class="form-group">
282
  <label for="user_name">Your Name *</label>
283
- <input type="text" id="user_name" name="user_name" required placeholder="John Doe">
284
  </div>
285
 
286
  <div class="form-group">
287
  <label for="user_email">Email Address *</label>
288
- <input type="email" id="user_email" name="user_email" required placeholder="john@example.com">
289
  </div>
290
 
291
  <div class="form-group">
 
280
  <form action="/submit_interest" method="post" class="interest-form" id="interestForm">
281
  <div class="form-group">
282
  <label for="user_name">Your Name *</label>
283
+ <input type="text" id="user_name" name="user_name" required placeholder="Arihant Jain">
284
  </div>
285
 
286
  <div class="form-group">
287
  <label for="user_email">Email Address *</label>
288
+ <input type="email" id="user_email" name="user_email" required placeholder="Arihant@example.com">
289
  </div>
290
 
291
  <div class="form-group">