spwotton commited on
Commit
d0f544c
·
verified ·
1 Parent(s): 78b905d

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -6,7 +6,7 @@
6
  <title>Merchant Processing Pros - TUA for Telehealth</title>
7
  <meta name="description" content="Compare TUA with Klarna for your telehealth payment processing. HIPAA-compliant, transparent, fast approval.">
8
  <meta name="theme-color" content="#1e293b" />
9
- <link rel="stylesheet" href="css/base.css" />
10
  <script>
11
  // Auto dark mode
12
  document.documentElement.classList.toggle('dark', window.matchMedia('(prefers-color-scheme: dark)').matches);
 
6
  <title>Merchant Processing Pros - TUA for Telehealth</title>
7
  <meta name="description" content="Compare TUA with Klarna for your telehealth payment processing. HIPAA-compliant, transparent, fast approval.">
8
  <meta name="theme-color" content="#1e293b" />
9
+ <link rel="stylesheet" href="base.css" />
10
  <script>
11
  // Auto dark mode
12
  document.documentElement.classList.toggle('dark', window.matchMedia('(prefers-color-scheme: dark)').matches);