change project description

This commit is contained in:
ghost 2023-05-31 15:17:55 +03:00
parent 564a7aea96
commit eebdafb659

View File

@ -66,9 +66,9 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en-US"> <html lang="en-US">
<head> <head>
<title>YGGwave ~ The Radio Hub</title> <title>YGGwave ~ The Radio Catalog</title>
<meta name="description" content="Open Source, Javascript-less Radio Hub" /> <meta name="description" content="Open Source, Javascript-less Radio Catalog" />
<meta name="keywords" content="web, radio, hub, stream, yggdrasil, js-less, open source" /> <meta name="keywords" content="web, radio, stream, catalog, yggdrasil, js-less, open source" />
<meta charset="utf-8" /> <meta charset="utf-8" />
<style> <style>
@ -142,7 +142,7 @@
<body> <body>
<main> <main>
<h1>YGGwave<sup><a href="https://github.com/YGGverse/YGGwave/tree/main/SIGNALS" style="color:#<?php echo substr(dechex(crc32(microtime())), 0, 6) ?>">~</a></sup></h1> <h1>YGGwave<sup><a href="https://github.com/YGGverse/YGGwave/tree/main/SIGNALS" style="color:#<?php echo substr(dechex(crc32(microtime())), 0, 6) ?>">~</a></sup></h1>
<p>the radio hub</p> <p>the radio catalog</p>
<?php foreach (YGGwave::getSignals() as $signal) { ?> <?php foreach (YGGwave::getSignals() as $signal) { ?>
<?php echo $signal ?> <?php echo $signal ?>
<?php } ?> <?php } ?>