diff options
author | polwex <polwex@sortug.com> | 2025-06-28 03:10:47 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-28 03:10:47 +0700 |
commit | 5bd56c54095a772cf14aae82389bf104338d7ac8 (patch) | |
tree | 4f0daa15b7cc08b5de20e7fb96e3ce6752e971dd /lib/pages/BlogIndex.mlx | |
parent | b25e9fcf3644d28c61a0af05f5a9d0fc0345449c (diff) |
fucking dune man
Diffstat (limited to 'lib/pages/BlogIndex.mlx')
-rw-r--r-- | lib/pages/BlogIndex.mlx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pages/BlogIndex.mlx b/lib/pages/BlogIndex.mlx index 3e036aa..7f13bed 100644 --- a/lib/pages/BlogIndex.mlx +++ b/lib/pages/BlogIndex.mlx @@ -15,6 +15,7 @@ module Layout = struct <html> <head> <title>(React.string "Bloody Shovel 5")</title> + <link href="/styles.css" rel="stylesheet" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta charSet="UTF-8" /> </head> |