Add custom index.html with CSS link — permanent fix for missing stylesheet

This commit is contained in:
2026-03-15 16:31:44 +01:00
parent 2f909b98d5
commit cd129e3de5
+13
View File
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>HerbAPI — Plant Database</title>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<link rel="stylesheet" href="/assets/herbapi.css">
</head>
<body>
<div id="main"></div>
</body>
</html>