Load HPR CSS locally

To prevent triggering CORS serve CSS and fonts from same domain.
This commit is contained in:
2025-10-14 21:40:12 -04:00
parent d26809200a
commit 2bef78a367
12 changed files with 1017 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
<link rel="alternate" type="application/rss+xml" title="Hacker Public Radio MP3 RSS" href="<?php echo $baseurl ?>hpr_mp3_rss.php" />
<link rel="alternate" type="application/rss+xml" title="Hacker Public Radio Comments RSS" href="<?php echo $baseurl ?>comments.rss" />
<link rel="license" title="CC BY-SA 4.0" href="https://creativecommons.org/licenses/by-sa/4.0/" />
<link href="<?php echo $baseurl ?>css/hpr.css" rel="stylesheet" />
<link href="/css/hpr.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>
</head>