diff options
| author | mnik01 <maksimgrinberg01@gmail.com> | 2025-09-21 02:03:27 +0500 |
|---|---|---|
| committer | mnik01 <maksimgrinberg01@gmail.com> | 2025-09-21 02:03:27 +0500 |
| commit | c958809ef42cb2aee7589eb5fae4f255601d7664 (patch) | |
| tree | 393f3a4b7bfa21ff04d894df2918ed209af23c8d /src/pages/index.html | |
| parent | cd250263e9a73926060fe71cbe5a1fc12dc6c2d6 (diff) | |
f
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 8927622..768fd11 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> |
