Revision: 55860
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 24, 2012 22:14 by CKOink
Initial Code
<!DOCTYPE html>
<html lang="en">
<head>
<title>Base</title>
<style>
body {
background:#transparent;
}
div#wrapper {
background:#eee;
margin:0 auto;
padding:0;
width:960px;
min-height:600px
}
</style>
</head>
<body>
<div id="wrapper">
<h1>Base</h1>
</div>
</body>
</html>
Initial URL
Initial Description
A basic template to use when starting a new page
Initial Title
Basic HTML5 Template
Initial Tags
template
Initial Language
HTML