Skip to content

Commit

Permalink
Web page skeleton in place
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Migurski committed Aug 19, 2009
0 parents commit 72510db
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
Binary file added game-map.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Tile Drawer</title>
<style type="text/css" title="text/css">
<!--
body
{
background-color: white;
background-image: url(game-map.jpg);
background-repeat: no-repeat;
background-position: center top;
background-attachment: scroll;
}

#content
{
width: 448px;
margin: 135px auto 4em;
padding: 17px;
background-image: url(white-bg.png);
border: 1px solid #cfeeed;
position: relative;
left: -1px;
}
-->
</style>
</head>
<body>

<div id="content">
<h1>hello world.</h1>
<p>
blah blah
<br>
blah blah
<br>
blah blah
<br>
blah blah
<br>
blah blah
<br>
blah blah
<br>
blah blah
<br>
blah blah
</p>
</div>

</body>
</html>
Binary file added white-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 72510db

Please sign in to comment.