error.html 422 B

123456789101112
  1. <div class="error-container">
  2. <h1>
  3. <object data="./images/error.svg" type="image/svg+xml" class="error-icon"></object>
  4. ID Inválido</h1>
  5. <div class="form-group">
  6. <h4 class="error-info">Para recuperar su ID, por favor, ingrese su email</h4>
  7. <input type="text" ng-model="mail" class="form-control" placeholder="Ingrese su email"/>
  8. </div>
  9. <button class="btn btn-default btn-eba">Recuperar link</button>
  10. </div>