mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
- Stop manually setting the height of the DSi prompt thing for each page - Moved all downloads to a CDN (cee deez nuts) - Removed personal homepage in favor of a purely DS(i) oriented website
17 lines
410 B
HTML
17 lines
410 B
HTML
---
|
|
title: Index
|
|
layout: dsiware
|
|
---
|
|
<p style="visibility: hidden;">paddingpaddingpaddingwhydoIneedpaddingwhydidImakethis siteIamsodumb</p>
|
|
<p>
|
|
Oops! This page moved to <a href='/'>here</a>, but we'll redirect you. :)<br>
|
|
</p>
|
|
<script type="text/javascript">
|
|
function Redirect()
|
|
{
|
|
window.location="/";
|
|
}
|
|
document.write("");
|
|
setTimeout('Redirect()', 3000);
|
|
</script>
|