TDKHome.old/TDKPaint/index.html
2023-07-16 17:02:43 -04:00

188 lines
5.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="../TDKCade/favicon.ico" />
<title>TDKPaint</title>
<style>
body {
background-color: black;
margin: 0;
font-size: 12px;
line-height: normal;
word-wrap: break-word !important;
font-family: sans-serif;
color: white !important;
}
.menu {
background: #232323;
margin: auto;
max-width: 800px;
overflow: auto;
border: 1px solid black;
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;
}
.align-left {
text-align: left;
}
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>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<center>
<a href="index.html" style="text-align: center; margin: auto;">
<img src="images/icons/ca9535014a37a265bad35e74ad090c7b-Full_1_177x46_280x68.png" alt="TDKPaint" title="TDKPaint">
</a>
</center>
<div class="menu" style="padding: 0!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">
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="paint/index.html">
<img src="images/icons/icon_tdkpaint.png" alt="TDKPaint">
</a><br>
TDKPaint
</div>
<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="https://yourcorruption.ichi.city/">
<img src="images/icons/icon_groups.png" alt="Groups">
</a><br>
🚧Groups🚧
</div>
<div class="ico">
<a href="menu_helpdesk.html">
<img src="images/icons/icon_help_desk.png" alt="Helpdesk">
</a><br>
Helpdesk
</div>
<div class="ico">
<a href="menu_polls.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 class="ico">
<a href="../TDKCade/index.html">
<img src="images/icons/icon_games.png" alt="TDKCade">
</a><br>
TDKCade
</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="../index.html">
<img src="images/ezgif.com-webp-to-png.png" alt="TDKHome">
</a><br>
TDKHome
</div>
<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>
</body>
</html>