summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorDaniel Jones <daniel@danieljon.es>2024-10-29 15:38:38 +1100
committerDaniel Jones <daniel@danieljon.es>2024-10-29 15:38:38 +1100
commita7049019f0d936fe8f27cdacdaec5d6cfb6ed1c0 (patch)
tree37f897451fd1d24c65af6b368953bad0d5e2e283 /config.h
parent95ee249a161fc0d2719400667739846b97cb20e6 (diff)
downloadwebsitegenerator-a7049019f0d936fe8f27cdacdaec5d6cfb6ed1c0.tar.gz
websitegenerator-a7049019f0d936fe8f27cdacdaec5d6cfb6ed1c0.zip
more style changes
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 406bcba..80a2e50 100644
--- a/config.h
+++ b/config.h
@@ -44,8 +44,8 @@ static const char *rss_string = "{ITEMS}";
static const char *template_file = "template.txt";
/* frontpage */
-static const char *frontpage_title = "Index";
-static const char *frontpage_info = "<h1>Index</h1>";
+static const char *frontpage_title = "Daniel's Homepage";
+static const char *frontpage_info = "<h1><marquee><img src=\"https://danieljones.au/media/blush.gif\">&nbsp;Welcome to my Homepage!!&nbsp;<img src=\"https://danieljones.au/media/blush.gif\"></marquee></h1>";
static const char *frontpage_index = "content/index.txt";
static const char *frontpage_index_output = "index.html";