diff options
author | Jonas Kohl | 2024-09-06 13:19:19 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-06 13:19:19 +0200 |
commit | 2d8a37e7ac46aa100f2e460b024d21bae2883f5b (patch) | |
tree | f845d1f13c9fa6487b07bcb0d908ffa13463cdf8 /index.html | |
parent | 4da448fe73005e3f3a57671575f99555793adb06 (diff) |
Move from SSI to PHP
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> @@ -10,7 +11,7 @@ <table width="100%" height="100%" cellspacing="0" cellpadding="0"><tr> <td valign="middle" align="center"> <b>Klicken Sie auf das Bild, um die Seite zu betreten!</b><br><br> - <a href="frames.html"><img border="0" src="images/TITEL2.jpg"></a> + <a href="frames.php"><img border="0" src="images/TITEL2.jpg"></a> </td> </tr></table> </body> |