Cloud Computing Course
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.0 KiB

3 years ago
  1. <html lang="en">
  2. <head>
  3. <!-- Required meta tags -->
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6. <!-- Bootstrap CSS -->
  7. <link rel="stylesheet" href="/static/bootstrap.min.css">
  8. <!-- Loding font -->
  9. <link href="https://fonts.googleapis.com/css?family=Montserrat:300,700" rel="stylesheet">
  10. <!-- Custom Styles -->
  11. <link rel="stylesheet" type="text/css" href="/static/styles.css">
  12. <title>Login</title>
  13. </head>
  14. <body>
  15. <!-- Backgrounds -->
  16. <div id="login-bg" class="container-fluid">
  17. <div class="bg-img"></div>
  18. <div class="bg-color"></div>
  19. </div>
  20. <!-- End Backgrounds -->
  21. <div class="container" id="login">
  22. <div class="row justify-content-center">
  23. <div class="col-lg-8">
  24. <div class="login">
  25. <h1>Success!</h1>
  26. <br>
  27. <br>
  28. <br>
  29. <br>
  30. <h>Please wait for our notification mail</h>
  31. </div>
  32. </div>
  33. </div>
  34. </div>
  35. </body>
  36. </html>