mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-17 17:00:25 +00:00
Add footer with moonweb.org and Retro Corner links to phobia and tcm
This commit is contained in:
+2
-1
@@ -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
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user