Added zoom map to server page
This commit is contained in:
parent
eed1de99e1
commit
e2ff89f724
12
server.html
12
server.html
@ -71,12 +71,18 @@ Please visit our official website here - <a href="https://minetestville.wordpres
|
||||
<br>
|
||||
<br>
|
||||
Or visit our server page on the forum - <a href="https://forum.minetest.net/viewtopic.php?f=10&t=10303">Forum</a>
|
||||
<br>
|
||||
<br>
|
||||
Below is a zoomable map of Minetest Ville.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<h2>Minetest Ville Map</h2>
|
||||
<div class="bottomRight">
|
||||
<div class="content">
|
||||
<iframe src="http://108.94.133.186/" width = "650" height = 500"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
101
server.html~
Normal file
101
server.html~
Normal file
@ -0,0 +1,101 @@
|
||||
<!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>
|
||||
<!--Menu-->
|
||||
<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>
|
||||
|
||||
|
||||
<!--Leftside-->
|
||||
<div class="leftbox">
|
||||
<h4>Top MyMods</h4>
|
||||
<ul>
|
||||
<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" and left column -->
|
||||
|
||||
|
||||
<!--Main Section-->
|
||||
<div id="main">
|
||||
|
||||
<h2>Server</h2>
|
||||
<div class="bottomRight">
|
||||
<div class="content">
|
||||
<p>
|
||||
Minetestville is a great building server. Max started this server and shortly after I joined him in making this a great place.
|
||||
<br>
|
||||
<br>
|
||||
Please visit our official website here - <a href="https://minetestville.wordpress.com/">Minetestville</a>
|
||||
<br>
|
||||
<br>
|
||||
Or visit our server page on the forum - <a href="https://forum.minetest.net/viewtopic.php?f=10&t=10303">Forum</a>
|
||||
<br>
|
||||
<br>
|
||||
Below is a zoomable map of Minetest Ville.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<h2>Server</h2>
|
||||
<div class="bottomRight">
|
||||
<div class="content">
|
||||
<iframe src="http://108.94.133.186/" width = "650" height = 500"></iframe>
|
||||
</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>
|
Loading…
x
Reference in New Issue
Block a user