fix silly auto upload paths

This commit is contained in:
Philip Sargent 2024-07-24 10:55:00 +02:00
parent 22f9aaded5
commit 5a11185394
4 changed files with 3 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -44,7 +44,7 @@ href="/expofiles/documents/surveying/newcavedatasheet.odt">here</a>.
</ul> </ul>
<h4>Historic Prospecting Form</h3> <h4>Historic Prospecting Form</h3>
<p>We used to have a Prospecting Form: <br> <p>We used to have a Prospecting Form: <br>
<a href='/handbook/l/l/newcaveold.html'><img src='/handbook/l/t/newcaveold.jpg' /></a> <a href='newcaveold.html'><img src='/handbook/t/newcaveold.jpg' /></a>
<hr /> <hr />
Return to Return to

View File

@ -3,12 +3,12 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf8" />
<title>Historic prospecting form</title> <title>Historic prospecting form</title>
<link rel="stylesheet" type="text/css" href="../../../css/main2.css" /> <link rel="stylesheet" type="text/css" href="/css/main2.css" />
</head> </head>
<body> <body>
<H1>Historic prospecting form</H1> <H1>Historic prospecting form</H1>
<div class="centre"><img alt="" src="/handbook/l/i/newcaveold.jpg" /> <div class="centre"><img alt="" src="/handbook/i/newcaveold.jpg" />
</div> </div>
<p>We used to have a prospecting form: from the days before GPS was usable. We had a load of these printed on waterproof paper: a bit smaller than A5 in size. <p>We used to have a prospecting form: from the days before GPS was usable. We had a load of these printed on waterproof paper: a bit smaller than A5 in size.

View File

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB