1 / 191

Secure Login Portal for FirstClass Users

Welcome to the FirstClass login portal. This secure platform provides users with easy access to their accounts, allowing them to manage their profiles and settings efficiently. Please enter your credentials to continue. If you encounter any issues, follow the prompts for assistance or wait for your redirection to the main page after a brief timeout. Thank you for using our services, and we ensure your data safety and security.

brad
Télécharger la présentation

Secure Login Portal for FirstClass Users

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. <?xml version="1.0" encoding="UTF-8"?>

  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

  3. <!--138 H=0 LS=0 L=N/A OS=N/A O=N/A T=15-->

  4. <html xmlns="http://www.w3.org/1999/xhtml">

  5. <head>

  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

  7. <meta http-equiv="Refresh" content="285;URL=/Login"/>

  8. <title>FirstClass Login</title>

  9. <style type="text/css">

  10. <!--

  11. .title{font-size:14pt;color:#FFFFFF;text-decoration:none;font-family:;}.title{font-size:14pt;color:#FFFFFF;text-decoration:none;font-family:;}

  12. .p{font-size:12pt;color:#000000;text-decoration:none;font-family:;}.p{font-size:12pt;color:#000000;text-decoration:none;font-family:;}

  13. .button{font-size:10pt;color:#000000;text-decoration:none;font-family:;}.button{font-size:10pt;color:#000000;text-decoration:none;font-family:;}

  14. .forms{font-size:10pt;color:#000000;text-decoration:none;font-family:;}.forms{font-size:10pt;color:#000000;text-decoration:none;font-family:;}

  15. .gt{font-size:12pt;color:#000000;text-decoration:none;font-family:;}.gt{font-size:12pt;color:#000000;text-decoration:none;font-family:;}

  16. .gtb{font-size:12pt;color:#000000;text-decoration:none;font-weight:bold;font-family:;}.gtb{font-size:12pt;color:#000000;text-decoration:none;font-weight:bold;font-family:;}

  17. .gtu{font-size:12pt;color:#000000;text-decoration:underline;font-family:;}.gtu{font-size:12pt;color:#000000;text-decoration:underline;font-family:;}

  18. -->

  19. </style>

  20. <script type="text/javascript">

  21. <!--

  22. var HD=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F"];

  23. function AND(a,b){

  24. var hb=(a>=0x80000000)&&(b>=0x80000000);

  25. var r=0;

  26. if(a>=0x80000000){a-=0x80000000;}

  27. if(b>=0x80000000){b-=0x80000000;}

  28. r=a&b;

  29. if(hb){r+=0x80000000;}

  30. return r;

  31. }

  32. function OR(a,b){

  33. var hb=(a>=0x80000000)||(b>=0x80000000);

  34. var r=0;

  35. if(a>=0x80000000){a-=0x80000000;}

  36. if(b>=0x80000000){b-=0x80000000;}

  37. r=a|b;

  38. if(hb){r+=0x80000000;}

  39. return r;

  40. }

  41. function XOR(a,b){

  42. var hb=((a>=0x80000000)&&(b<0x80000000))||((a<0x80000000)&&(b>=0x80000000));

  43. var r=0;

  44. if(a>=0x80000000){a-=0x80000000;}

  45. if(b>=0x80000000){b-=0x80000000;}

  46. r=a^b;

  47. if(hb){r+=0x80000000;}

  48. return r;

  49. }

  50. function NOT(a){

More Related