add static route for main.css
Some checks failed
Build and publish the docker image / build (push) Failing after 10s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-01-20 05:54:35 +03:00
parent f4dd0995a7
commit 314b237bb7
9 changed files with 19 additions and 21 deletions

View File

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/static/main.css">
<title>LibMedium</title>
</head>
<body>
@ -30,7 +31,4 @@
</div>
</main>
</body>
<style>
<. include!("./main.css"); .>
</style>
</html>