1
Minecraft Website Template
Ok, so Daegonner, Gontroller, and Fate-PVP (whatever they are called) seem to all have the same exact homepage. Here, I'll give you an example
http://www.gontroller.com
http://daegonner.com/
http://www.fatemc.net/
Notice anything weird? They all seem to have the exact. same. theme.
If anyone can find out where the hell they got this, it'd be greatly appreciated. Thank you very much for your time.
http://www.gontroller.com
http://daegonner.com/
http://www.fatemc.net/
Notice anything weird? They all seem to have the exact. same. theme.
If anyone can find out where the hell they got this, it'd be greatly appreciated. Thank you very much for your time.
1
Source Code
<!DOCTYPE html>
<html>
<head>
<title>Gontroller PvP Minecraft Factions Server</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="/css/gontrollernew.css">
<script type="text/javascript" src="/js/gontroller.js?6"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34742269-1']);
_gaq.push(['_setDomainName', 'gontroller.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'ssl' : 'www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="header">Gontroller Portal - pvp.gontroller.com</div>
<div id="content">
<div id="forums"><a href="/community">Forums</a></div>
<div id="donate"><a href="buy.gontroller.com">Donate</a></div>
<div id="vote"><a href="/community/pages/vote/">Vote</a></div>
<div id="bans"><a href="/bans">Bans</a></div>
</div>
<div id="status">
<span class="big">Online <br><span id="playercount">Players: 140 / 500</span></span>
</div>
</body>
<meta name="keywords" content="minecraft, factions, server, pvp, minecraft pvp">
<meta name="description" content="Welcome to the Gontroller PvP Minecraft Factions server. We are one of the biggest and most respected Factions servers on Minecraft">
</html>
<html>
<head>
<title>Gontroller PvP Minecraft Factions Server</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="/css/gontrollernew.css">
<script type="text/javascript" src="/js/gontroller.js?6"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34742269-1']);
_gaq.push(['_setDomainName', 'gontroller.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'ssl' : 'www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="header">Gontroller Portal - pvp.gontroller.com</div>
<div id="content">
<div id="forums"><a href="/community">Forums</a></div>
<div id="donate"><a href="buy.gontroller.com">Donate</a></div>
<div id="vote"><a href="/community/pages/vote/">Vote</a></div>
<div id="bans"><a href="/bans">Bans</a></div>
</div>
<div id="status">
<span class="big">Online <br><span id="playercount">Players: 140 / 500</span></span>
</div>
</body>
<meta name="keywords" content="minecraft, factions, server, pvp, minecraft pvp">
<meta name="description" content="Welcome to the Gontroller PvP Minecraft Factions server. We are one of the biggest and most respected Factions servers on Minecraft">
</html>
it isn´t that hard to copy and change webpage sourcecode
