mirror of
https://github.com/rvtr/ninjacheetah.github.io.git
synced 2025-06-18 19:15:31 -04:00
13 lines
516 B
HTML
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>
|