diff options
author | Joursoir <chat@joursoir.net> | 2021-05-21 09:44:26 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-05-21 09:45:58 +0000 |
commit | 4ca2bf5424307cd83dfc01d3a0e05ec6a194ae6b (patch) | |
tree | f7c86fef11e627dc062d6257724c737e691636ca | |
parent | 03eebbcfcd8a684795dbc2735bdd624657e3f164 (diff) | |
download | ctimeline-4ca2bf5424307cd83dfc01d3a0e05ec6a194ae6b.tar.gz ctimeline-4ca2bf5424307cd83dfc01d3a0e05ec6a194ae6b.tar.bz2 ctimeline-4ca2bf5424307cd83dfc01d3a0e05ec6a194ae6b.zip |
move css to root dir
-rw-r--r-- | ctimeline.c | 2 | ||||
-rw-r--r-- | ctimeline.css (renamed from static/ctimeline.css) | 0 |
2 files changed, 1 insertions, 1 deletions
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"); diff --git a/static/ctimeline.css b/ctimeline.css index 806eea9..806eea9 100644 --- a/static/ctimeline.css +++ b/ctimeline.css |