mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
34 lines
812 B
HTML
34 lines
812 B
HTML
---
|
|
title: Index
|
|
layout: dsiware
|
|
---
|
|
<style>
|
|
.float-container {
|
|
border: 0px solid #fff;
|
|
font-size: 0;
|
|
}
|
|
|
|
.float-child1 {
|
|
width: 40%;
|
|
height: 40%;
|
|
float: left;
|
|
padding: 1vw;
|
|
}
|
|
|
|
.float-child2 {
|
|
width: 20%;
|
|
height: 40%;
|
|
float: right;
|
|
padding: 1vw;
|
|
}
|
|
</style>
|
|
<!--<h1>Under construction</h1><p>Soon to be the home of the best DSi dev app website.</p>-->
|
|
<h2>Under Construction</h2>You can still check out the dev app pages, they'll just be a bit rough looking.<br>
|
|
<a href="/dsidev/ecconfigview.html">ecconfigview</a><br>
|
|
<a href="/dsidev/settings.html">settings</a><br>
|
|
<a href="/dsidev/sd2photo.html">sd2photo</a><br>
|
|
<a href="/dsidev/twlnmenu.html">twlnmenu</a><br>
|
|
<a href="/dsidev/tcl-2.html">tcl-2</a><br>
|
|
<a href="/dsidev/nandfiler.html">nandfiler</a><br>
|
|
|