TDKHome.old/index.html
2023-07-14 07:05:19 -04:00

174 lines
No EOL
5.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width">
<title>TDKPaint</title>
<style>
body {
background-color:black;
margin:0px;
font-size:12px;
line-height:auto;
word-wrap:break-word!important;
font-family:sans-serif;
color:white!important;
}
.menu {
background:#232323;
margin:auto;
max-width:800px;
overflow:auto;
border:1px black solid;
border-radius:4px;
padding:4px;
}
.nav {max-width:100px;float:left;margin:3px 3px 3px 8px;}
.nav2 {max-width:64px;float:right;margin:2px}
.ico {float:left;text-align:center;font-size:10px;}
.ico IMG {border-radius:16px;}
h1 {
background:#444;
max-width:800px!important;
text-align:center;
margin:auto;
border:1px outset #888;
border-radius:32px;
font-size:18px
}
IMG {
max-width:99%;
height:auto;
}
</style>
</head>
<body>
<center>
<a href="/index.html" style="text-align:center;margin:auto">
<img src="https://3dspaint.com/images/logo.png" alt="TDKPaint" title="TDKPaint">
</a>
</center>
<div class="menu" style="padding:0px!important">
<div class="nav">
Welcome, TDK!<br>
<a href="https://3dspaint.com/" style="color:#f44">3DSPaint Link</a>
</div>
<div class="nav2">
<img src="images/icons/icon_dc.png" alt="PFP" title="PFP" style="border:1px gray solid;border-radius:16px;width:28px;height:28px">
</div>
</div>
<br>
<h1>General Sections</h1>
<br>
<div class="menu" style="text-align:center">
Welcome to the unofficial archive of 3DSPaint/DSiPaint along with some other content we've found that happens to be related to the SDKCommunity. We occasionally update this archive to add new content.
<br><br>
<div class="ico">
<a href="https://midnight.pub/">
<img src="images/icons/icon_blogs.png" alt="Blogs">
</a><br>
Blogs
</div>
<div class="ico">
<a href="menu_chatrooms.html">
<img src="images/icons/icon_chat_rooms.png" alt="Chatrooms">
</a><br>
Chatrooms
</div>
<div class="ico">
<a href="paint/index.html">
<img src="images/icons/icon_tdkpaint.png" alt="TDKPaint">
</a><br>
TDKPaint
</div>
<div class="ico">
<a href="menu_dsipaint_spriter.html">
<img src="images/icons/icon_tdkpaint.png" alt="TDKPaint Spriter">
</a><br>
TDKPaint Spriter
</div>
<div class="ico" style="margin-right: 0;">
<a href="group/index.html">
<img src="images/icons/icon_groups.png" alt="Groups">
</a><br>
Groups
</div>
<div class="ico">
<a href="helpdesk/index.html">
<img src="images/icons/icon_help_desk.png" alt="Helpdesk">
</a><br>
Helpdesk
</div>
<div class="ico">
<a href="poll/index.html">
<img src="images/icons/icon_polls.png" alt="Polls">
</a><br>
Polls
</div>
<div class="ico">
<a href="menu_links.html">
<img src="images/icons/icon_links.png" alt="Affiliate Links">
</a><br>
Affiliate Links
</div>
</div>
<h1>Related</h1>
<div class="menu">
<div class="ico">
<a href="https://gdir.telae.net/">
<img src="images/icons/icon_hullbreach.png" alt="HB Online">
</a><br>
G-Maps
</div>
<div class="ico">
<a href="http://frogfind.com/">
<img src="images/icons/icon_frogfind.png" alt="3DSPaint">
</a><br>
FrogFind
</div>
<div class="ico">
<a href="https://lite.cnn.com/">
<img src="images/icons/icon_cnn_lite.png" alt="CNN Lite">
</a><br>
CNN Lite
</div>
<div class="ico">
<a href="https://text.npr.org/">
<img src="images/icons/icon_npr_lite.png" alt="NPR Lite">
</a><br>
NPR Lite
</div>
</div>
<h1>Apps</h1>
<div class="menu">
<div class="ico">
<a href="https://ichi.city/">
<img src="images/icons/icon_ichi.gif" alt="ICHI.CITY HOSTING">
</a><br>
ICHI.CITY HOSTING
</div>
<div class="ico">
<a href="https://subreply.com/">
<img src="images/icons/icon_subreply.png" alt="Subreply">
</a><br>
Subreply
</div>
<div class="ico">
<a href="https://weloverss.com">
<img src="images/icons/icon_feed.png" alt="RSS Reader">
</a><br>
RSS Reader
</div>
<div class="ico">
<a href="http://triniate.com/">
<img src="images/icons/icon_project_triniate.png" alt="Project Triniate">
</a><br>
Project Triniate
</div>
</div>
</body>
</html>