DonBatman.github.io/mymods.html~

132 lines
3.7 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Language" content="en-gb" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="The City - A Personal Portfolio" />
<meta name="keywords" content="the city, ubik, ubik studios" />
<meta name="author" content="Design and Coding by: ubik Studios - Contact me: yewbic[at]yahoo[dot]com" />
<title>MyMods by Don</title>
<link href="stylin.css" rel="stylesheet" type="text/css" />
<!--
The following are CSS Conditional Comments to fix
IE's min-height non-existence and also, the fact
that serif fonts do not render exactly the same
size in all browsers. "lt IE 6" is equivalent to
"less than IE 6". -ubik
-->
<!--[if lt IE 6]>
<style type="text/css">
.content {height:250px}
#main {height:400px}
h1 {font-size:50px}
</style>
<![endif]-->
<!--[if IE 6]>
<style type="text/css">
.content {height:190px}
#main {height:400px}
h1 {font-size:55px}
</style>
<![endif]-->
</head>
<body>
<div id="container">
<div id="header">
<h1>MyMods for</h1>
</div>
<!-- Just add new links with the class "item" for more menu items -->
<div id="menu">
<a class="item" href="index.html">Home</a>
<a class="item" href="mymods.html">My Mods</a>
<a class="item" href="favmods.html">Mods I like</a>
<a class="item" href="server.html">My Server</a>
<div class="leftbox">
<h4>Top MyMods</h4>
<ul>
<li><a href="mydeck.html">mydeck</a></li>
<li><a href="mymillwork.html">mymillwork</a></li>
<li><a href="mycorners.html">mycorners</a></li>
<li><a href="mypaths.html">mypaths</a></li>
</ul>
</div>
<div class="leftbox">
<h4>Top Minetest Mods</h4>
<ul>
<li><a href="https://forum.minetest.net/viewtopic.php?id=4394">moretrees</a></li>
<li><a href="https://forum.minetest.net/viewtopic.php?id=509">moreblocks</a></li>
<li><a href="https://forum.minetest.net/viewtopic.php?id=2538">technic</a></li>
<li><a href="https://forum.minetest.net/viewtopic.php?t=628">mesecons</a></li>
<li><a href="https://forum.minetest.net/viewtopic.php?id=2155">pipeworks</a></li>
</ul>
</div>
</div>
<!--End "Menu" or left column in other words-->
<!-- All content inside the "main" container should be wrapped with "bottomRight"
and "content" containers, for the box effect. -->
<div id="main">
<div class="bottomRight">
<div class="content">
<h2>My Mods</h2>
<p>
<ul>
<li><a href="mybricks.html">mybricks</a></li>
<li><a href="mycorners.html">mycorners</a></li>
<li><a href="mydeck.html">mydeck</a></li>
<li><a href="mydoors.html">mydoors</a></li>
<li><a href="myeavestrough.html">myeavestrough</a></li>
<li><a href="myholeinthewall.html">myholeinthewall</a></li>
<li><a href="mymeshnodes.html">mymeshnodes</a></li>
<li><a href="mymineshaft.html">mymineshaft</a></li>
<li><a href="mymillwork.html">mymillork</a></li>
<li><a href="mymulch.html">mymulch</a></li>
<li><a href="mypaths.html">mypaths</a></li>
<li><a href="myroofs.html">myroofs</a></li>
<li><a href="mysponge.html">mysponge</a></li>
<!--<li><a href="myslopes.html">myslopes</a></li>-->
<li><a href="mysoffit.html">mysoffit</a></li>
<!--<li><a href="mystreets.html">mystreets</a></li>-->
<li><a href="mywoodslopes.html">mywoodslopes</a></li>
<li><a href="worldedge.html">worldedge</a></li>
</ul>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<div id="footer">
<a href="index.html">Home</a>
<a href="mymods.html">My Mods</a>
<a href="favmods.html">Mods I Like</a>
<a href="server.html">My Server</a>
</div>
</div>
</body>
</html>