Changed zoom on map

master
DonBatman 2015-04-08 15:09:35 -07:00
parent 9441cd678f
commit afc4534e53
4 changed files with 41 additions and 2 deletions

View File

@ -70,7 +70,7 @@ myroofs adds sloped roof to Minetest. These are meshnode slopes so it gives you
<br>
<br>
<ul>
<li>Minetest Forum Link - <a href="">myroofs</a>(not on forum yet)</li>
<li>Minetest Forum Link - <a href="https://forum.minetest.net/viewtopic.php?f=9&t=11416">myroofs</a></li>
<li>Github Link - <a href="https://github.com/DonBatman/myroofs">Veiw Code</a></li>
<li>Direct Download - <a href="https://github.com/DonBatman/myroofs/archive/master.zip">myroofs.zip</a></li>
</ul>

View File

@ -33,6 +33,7 @@
<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>

View File

@ -23,7 +23,7 @@
</div>
<iframe src="http://108.94.133.186/" width = "100%" height = 600"></iframe>
<iframe src="http://108.94.133.186/?zoom=5&lat=-26776&lon=23160&layers=B" width = "100%" height = 600"></iframe>
<div id="footer">
<a href="index.html">Home</a>
<a href="mymods.html">My Mods</a>

38
server_map.html~ Normal file
View File

@ -0,0 +1,38 @@
<!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-us" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="My Mods for Minetest" />
<meta name="keywords" content="minetest, mymods, batman, donbatman, myserver" />
<meta name="author" content="Don" />
<title>MyMods by Don</title>
<link href="stylin.css" rel="stylesheet" type="text/css" />
</head>
<!--Body-->
<body>
<div id="container">
<!--Header-->
<div id="header">
<h1>MyMods for</h1>
</div>
<iframe src="http://108.94.133.186/" width = "100%" height = 600"></iframe>
<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>