Add footer with moonweb.org and Retro Corner links to phobia and tcm

This commit is contained in:
2026-09-12 15:32:02 +02:00
parent 720e47e75e
commit 90cdf6d0e4
2 changed files with 13 additions and 3 deletions
+2 -1
View File
@@ -256,7 +256,8 @@
</div>--> </div>-->
</div> </div>
<div class="footer"> <div class="footer">
PHOBIA website - initially created November 1999 - code from 1994 - Stefan Koelle PHOBIA website - initially created November 1999 - code from 1994 - Stefan Koelle<br>
Part of <a href="/">moonweb.org</a> · <a href="/retro/">Retro Corner</a>
</div> </div>
<div id="lightbox" class="lightbox" onclick="closeLightbox(event)"> <div id="lightbox" class="lightbox" onclick="closeLightbox(event)">
<div class="lightbox-content"> <div class="lightbox-content">
+11 -2
View File
@@ -115,6 +115,14 @@
width:100% width:100%
} }
} }
.footer {
font-size: 0.9em;
text-align: center;
padding: 20px;
background-color: #333;
color: #f0f0f0;
margin-top: 20px;
}
</style> </style>
</head> </head>
<body> <body>
@@ -241,8 +249,9 @@
</tr> </tr>
</table> </table>
</div> </div>
<div> <div class="footer">
<p>Stefan Koelle 1992 - 1995</p> Stefan Koelle 1992 - 1995<br>
Part of <a href="/">moonweb.org</a> · <a href="/retro/">Retro Corner</a>
</div> </div>
</div> </div>