The relative url wont work ont the hub

This commit is contained in:
Ken Fallon 2023-12-28 20:10:17 +01:00
parent 32c7efcc5e
commit 2f337d1ed2

View File

@ -17,14 +17,14 @@
} }
</style> </style>
<link rel="shortcut icon" href="https://hackerpublicradio.org/hpr.ico" > <link rel="shortcut icon" href="https://hackerpublicradio.org/hpr.ico" >
<link rel="alternate" type="application/rss+xml" title="Hacker Public Radio Ogg Vorbis RSS" href="./hpr_ogg_rss.php" /> <link rel="alternate" type="application/rss+xml" title="Hacker Public Radio Ogg Vorbis RSS" href="https://hackerpublicradio.org/hpr_ogg_rss.php" />
<link rel="alternate" type="application/rss+xml" title="Hacker Public Radio Speex RSS" href="./hpr_spx_rss.php" /> <link rel="alternate" type="application/rss+xml" title="Hacker Public Radio Speex RSS" href="https://hackerpublicradio.org/hpr_spx_rss.php" />
<link rel="alternate" type="application/rss+xml" title="Hacker Public Radio MP3 RSS" href="./hpr_mp3_rss.php" /> <link rel="alternate" type="application/rss+xml" title="Hacker Public Radio MP3 RSS" href="https://hackerpublicradio.org/hpr_mp3_rss.php" />
<link rel="alternate" type="application/rss+xml" title="Hacker Public Radio Comments RSS" href="./comments.rss" /> <link rel="alternate" type="application/rss+xml" title="Hacker Public Radio Comments RSS" href="https://hackerpublicradio.org/comments.rss" />
<link rel="license" title="CC BY-SA 4.0" href="https://creativecommons.org/licenses/by-sa/4.0/" /> <link rel="license" title="CC BY-SA 4.0" href="https://creativecommons.org/licenses/by-sa/4.0/" />
<link href="./css/hpr.css" rel="stylesheet" /> <link href="https://hackerpublicradio.org/css/hpr.css" rel="stylesheet" />
<!--[if IE]> <!--[if IE]>
<link rel="stylesheet" href="./css/hpr.css" media="screen" type="text/css" /> <link rel="stylesheet" href="https://hackerpublicradio.org/css/hpr.css" media="screen" type="text/css" />
<script src="/JavaScript/html5.js"></script> <script src="/JavaScript/html5.js"></script>
<![endif]--> <![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.5, user-scalable=yes"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.5, user-scalable=yes"/>
@ -33,16 +33,16 @@
<body id="give"> <body id="give">
<div id="container" class="shadow"> <div id="container" class="shadow">
<header> <header>
<a href="./"><img id="hprlogo" src="./images/hpr_logo.png" alt="hprlogo"></a> <a href="https://hackerpublicradio.org/"><img id="hprlogo" src="./images/hpr_logo.png" alt="hprlogo"></a>
<div id="hpr_banner"> <div id="hpr_banner">
<p id="accessible_menu"> <p id="accessible_menu">
<a href="./sitemap.html">Site Map</a> <a href="https://hackerpublicradio.org/sitemap.html">Site Map</a>
- <a href="#maincontent">skip to main content</a> - <a href="#maincontent">skip to main content</a>
</p> </p>
<h1 id="sitename"> <h1 id="sitename">
<a href="./correspondents/index.html">H</a>acker <a href="https://hackerpublicradio.org/correspondents/index.html">H</a>acker
<a href="./comments_viewer.html">P</a>ublic <a href="https://hackerpublicradio.org/comments_viewer.html">P</a>ublic
<a href="./syndication.html">R</a>adio <a href="https://hackerpublicradio.org/syndication.html">R</a>adio
</h1> </h1>
<h2>Your ideas, projects, opinions - podcasted.</h2> <h2>Your ideas, projects, opinions - podcasted.</h2>
<h3>New episodes every weekday Monday through Friday.<br /> <h3>New episodes every weekday Monday through Friday.<br />
@ -52,13 +52,13 @@
<nav class="menu" role="navigation"> <ul> <nav class="menu" role="navigation"> <ul>
<li><a href="https://hub.hackerpublicradio.org/calendar.php"><strong>⇧Upload⇧</strong></a></li> <li><a href="https://hub.hackerpublicradio.org/calendar.php"><strong>⇧Upload⇧</strong></a></li>
<li><a href="./index.html"><strong>Home »</strong></a></li> <li><a href="https://hackerpublicradio.org/index.html"><strong>Home »</strong></a></li>
<li><a href="./syndication.html">Get Shows</a></li> <li><a href="https://hackerpublicradio.org/syndication.html">Get Shows</a></li>
<li><a href="https://hackerpublicradio.org/about.html#so_you_want_to_record_a_podcast">Give Shows</a></li> <li><a href="https://hackerpublicradio.org/about.html#so_you_want_to_record_a_podcast">Give Shows</a></li>
<li><a href="./help_out.html">Contribute</a></li> <li><a href="https://hackerpublicradio.org/help_out.html">Contribute</a></li>
<li><a href="./tags.html">Tags</a></li> <li><a href="https://hackerpublicradio.org/tags.html">Tags</a></li>
<li><a href="./about.html">About</a></li> <li><a href="https://hackerpublicradio.org/about.html">About</a></li>
<li><a href="./search.html">Search</a></li> <li><a href="https://hackerpublicradio.org/search.html">Search</a></li>
</ul> </ul>
</nav> </nav>
</header> </header>