Skip to content

Instantly share code, notes, and snippets.

@Dremora
Created September 13, 2012 14:11
Show Gist options
  • Save Dremora/3714566 to your computer and use it in GitHub Desktop.
Save Dremora/3714566 to your computer and use it in GitHub Desktop.
Checkpoint
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"><head>
<title>CHECKPOINT - exciting team game - </title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<link rel="stylesheet" type="text/css" href="style/style.css">
</head>
<!--<a href="http://ran.ge/" title="Professional WordPress Development" id="range-logo">Range Web Development</a>#-->
<body>
<div id="body">
<img src="/test/style/bg.gif" width="800" height="600" usemap="logomap">
<map name="logomap">
<area shape="rect" coords="308,485,525,560" href="http://google.com" alt="Checkpoint">
</map>
</div></body><link rel="stylesheet" type="text/css" href="data:text/css,"></html>
body {
background-color:#000000;
}
#body {
height: 600px;
position: absolute;
top: 50%;
margin-top: -300px;
width: 800px;
margin-left: -400px;
left: 50%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment