Skip to content

Commit

Permalink
fix 404.html and index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Aaron Becker committed Dec 28, 2023
1 parent db2163f commit 5d82cb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<head>
<title>Redirecting...</title>
<script type="text/javascript">
window.location.href = '/dub-2/index.html';
window.location.href = "https://www.dr-ulrike-becker.de";
</script>
</head>
<body>
<h1>Page Not Found</h1>
<p>If redirect does not work click <a href="/dub-2/index.html">here</a></p>
<p>If redirect does not work click <a href="https://www.dr-ulrike-becker.de">here</a></p>
</body>
</html>
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
<span id="under_under_head">Außerplanmäßige Professorin</span>
</td>
<td width="25%" align="right">
<!--
<a href="dr-ulrike-becker.php?inklusive_paedagogik=foto-quelle.php"><img height="140px" width="140px" src="dr-ulrike-becker2.jpg"></a>
-->
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -98,8 +101,8 @@
<tbody>
<tr valign="top">
<td rowspan="4">
<a href="dr-ulrike-becker.php?inklusive_paedagogik=foto-quelle.php"><img height="180px"
width="180px" src="dr-ulrike-becker2.jpg"></a>
<img height="180px" width="180px" src="dr-ulrike-becker2.jpg" title="Die Fotografin des Fotos ist Melanie Deniz Agaoglu.
[email protected]">
</td>
<td><a href="mailto:[email protected]" style="color:black;">e-mail:</a></td>
<td>Ich freue mich auf Ihre Zuschrift via<br><a href="mailto:[email protected]"
Expand Down

0 comments on commit 5d82cb4

Please sign in to comment.