index.html 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta content="width=device-width, initial-scale=1.0" name="viewport">
  6. <title>Ark Cards</title>
  7. <meta content="" name="description">
  8. <meta content="" name="keywords">
  9. <!-- Favicons -->
  10. <link href="assets/img/favicon.png" rel="icon">
  11. <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
  12. <!-- Google Fonts -->
  13. <link href="https://fonts.gstatic.com" rel="preconnect">
  14. <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Nunito:300,300i,400,400i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
  15. <!-- =======================================================
  16. * Template Name: NiceAdmin - v2.2.0
  17. * Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
  18. * Author: BootstrapMade.com
  19. * License: https://bootstrapmade.com/license/
  20. ======================================================== -->
  21. </head>
  22. <script>
  23. // 將交易記錄為首頁
  24. location.href = 'transaction.html'
  25. </script>
  26. </html>