commit d24a91dd46a89f26f44c581a4921ea484504e5e2
parent 890f98e444ffdf03acc4ce616627be65728f98d2
Author: libredev <libredev@ircforever.org>
Date: Mon, 30 Jan 2023 21:04:14 +0530
rename IRCNow to IRCForever
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/header.html b/header.html
@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>IRCNow Radio | Free Culture Media Streaming</title>
+ <title>IRCForever Radio | Free Culture Media Streaming</title>
<link rel="stylesheet" type="text/css" href="/style.css"/>
</head>
diff --git a/main.c b/main.c
@@ -256,7 +256,7 @@ print_navigation_bar(int index)
char *scripts[] = { "/stream/", "/music/", "/contact/", "/about/", "/login/" };
puts("<ul>");
- puts("<li><a href='/'>IRCNow Radio</a></li>");
+ puts("<li><a href='/'>IRCForever Radio</a></li>");
for (int i = 0; i < 5; i++) {
printf("<li><a ");