diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2025-09-12 00:35:55 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2025-09-12 00:35:55 +0500 |
| commit | 88028cc7229bfec6106af46901b263bb0c7d67a5 (patch) | |
| tree | 0456c1a2d9147abbf4acaefe4f3de38e33b6c5f2 /src/pages/index.html | |
| parent | e020ee16820923e39c1a76663f756f8e883dfeb7 (diff) | |
feat
Diffstat (limited to 'src/pages/index.html')
| -rw-r--r-- | src/pages/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/index.html b/src/pages/index.html index c3b0121..50e2ba4 100644 --- a/src/pages/index.html +++ b/src/pages/index.html @@ -12,8 +12,8 @@ <meta property="og:type" content="website" /> <!-- OG --> <meta charset="UTF-8"> - <!-- TODO: replace with static css --> - <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script> + + <link href="/main.css" rel="stylesheet"> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> |
