I need a place to store the code I have been working on for Mr.kok's website for his server. That has its own ip.
Kokserver.com
And the website this code will go on:
Kokserver.com
You really don't need to read this.
- Code:
-
<!-- DOCTYPE HTML TEST --->
<html>
<head>
<title>Home - Kokserver
</title>
<style type="text/css">
body
{background:#ffffff url('http://www.worldofminecraft.com/sites/default/files/images/minecraft_creeper_4381_preview_RE_Minecraft_mob_grinder_tower-s256x256-117559.png') no-repeat right top; margin-right:200px;}
h1 { background-color: black ; color: green ;}
<!-- Insert CSS Here --->
</style>
</head>
<body onbeforeunload="">
<div id="header">
<div id="logo">
<a id="Logotext" href="/">
Kokserver.com</a>
<br />
<a id="subtitle" href="/">
A Minecraft Community</a>
</div>
</div>
<div id="main">
<div class="linkbartext" id="doc_link_bar">
<a href="/home">
Home</a>
<h1>Sorry!</h1>
<p>This page is under construction by a 15 year old.</p>
</div>
</div>
<div id="footer">
©2012
<a href="/">
Kokserver.com</a>
</div>
</body>
<!--Need to add classes: "doc_link_bar" AND CSS --->