Update index.html
Browse files- 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="
|
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);
|