index.html 578 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>AdminLTE v4</title>
  8. </head>
  9. <body>
  10. <!-- TODO: Remove below link Before Alpha Release of AdminLTE v4 -->
  11. <a href="https://github.com/ColorlibHQ/AdminLTE/tree/v4-dev">Check once</a>
  12. <script>
  13. /**
  14. * TODO: Uncomment Before Alpha Release of AdminLTE v4
  15. * Will redirect properly
  16. */
  17. // window.location = './dist/index.html';
  18. </script>
  19. </body>
  20. </html>