Fixed link target

This commit is contained in:
Alice Rhodes 2020-02-22 11:03:55 -08:00
parent 0ab6c70a52
commit a61023292b
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ $rand = $web_ring[rand(0,$last)];
</head>
<body>
<div>
<h1><a href="https://alicerhodes.com/web-l00p/test.html" title="Webring Home Page">hackers town webring</a></h1> <!-- this should link to web ring home page -->
<h1><a href="https://alicerhodes.com/web-l00p/test.html" target="_parent" title="Webring Home Page">hackers town webring</a></h1> <!-- this should link to web ring home page -->
<ul>
<li><a href="<?php print $prev; ?>" target="_parent" title="Previous Website">&lt;&lt; Prev</a></li>
<li><a href="<?php print $rand; ?>" target="_parent" title="Random Website">Rand</a></li>