mesecons.net/header.html

47 lines
1.9 KiB
HTML
Executable File

<!DOCTYPE HTML>
<html>
<head>
<title>Mesecons</title>
<meta name="description" content="Mesecons is a mod for Minetest. It is the counterpart of Minecraft's redstone. There are Wires, Microcontrollers, Gates, Torches, Lamps, Pistons and much more." />
<meta name="keywords" content="mesecons,minetest,redstone,minecraft,clone,electronics,circuits">
<meta name="page-topic" content="Game,Technology">
<meta name="robots" content="index,follow">
<meta name="revisit-after" CONTENT="1 day">
<script type="text/javascript"> /*Google Analytics*/
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34109195-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<link rel="icon" type="image/ico" href="/img/favicon.ico">
<link rel="stylesheet" type="text/css" href="/styles.css" media="screen" />
<script type="text/javascript" src="/scripts.js"></script>
<link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'>
</head>
<div class="navigation_container">
<div id="navigation">
<a id = "navlink" href="/index.php">Home</a>
<a id = "navlink" href="/downloads.php">Downloads</a>
<a id = "navlink" href="/items.php">Items</a>
<a id = "navlink" href="/developers.php">Developers</a>
<a id = "navlink" href="/extensions.php">Extensions</a>
<a id = "navlink" href="/competition.php">Competition</a>
<a id = "navlink" href="http://minetest.net/forum/viewtopic.php?id=628" target="_blank">Forum</a>
</div>
<div id="navigation_bottom"></div>
</div>
<div id = "header">
<a class = "logo" href = "http://minetest.net/"></a>
<div class ="heading">Mesecons</div>
</div>