ninjacheetah.github.io/index.html
2021-11-01 21:02:20 -04:00

13 lines
516 B
HTML

<html>
<style>
.banner, .banner > .banner-image {
width: 100%;
display: block;
}
</style>
<div class="banner">
<image class="banner-image" src="https://cdn.ncxprogramming.com/file/image/banner/banner.png">
</div>
<p>Welcome. This site is no longer maintained. If you would like to visit the archive, <a href="/index_OLD.html">click here</a>. Many links <i>will</i> be broken. Otherwise, please visit my new site, <a href="https://ncxprogramming.com">ncxprogramming.com.</p>
</html>