From 4ca2bf5424307cd83dfc01d3a0e05ec6a194ae6b Mon Sep 17 00:00:00 2001 From: Joursoir Date: Fri, 21 May 2021 09:44:26 +0000 Subject: move css to root dir --- ctimeline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctimeline.c') diff --git a/ctimeline.c b/ctimeline.c index 31c0e1b..e09887c 100644 --- a/ctimeline.c +++ b/ctimeline.c @@ -15,7 +15,7 @@ static void prepare_context() { memset(&ctx, 0, sizeof(ctx)); ctx.head_title = string_alloc(NULL, "Timeline browser"); - ctx.css = string_alloc(NULL, "static/ctimeline.css"); + ctx.css = string_alloc(NULL, "ctimeline.css"); ctx.header_title = string_alloc(NULL, "CTimeline"); ctx.header_desc = string_alloc(NULL, "Web frontend for timelines written in C"); -- cgit v1.2.3-18-g5258