Revision: 55923
Updated Code
at February 29, 2012 15:07 by CKOink
Updated Code
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset="utf-8">
</title></title>
<!-- import stylesheets -->
<link rel="stylesheet" href="styles/main.css">
<!-- in-page styles -->
<style>
body {
background:transparent;
color:#333;
font-size:16px
line-height:1.5em;
margin:0;
padding:0;
}
</style>
<!-- jquery import -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<!-- Initalize Jquery -->
<script>
$(document).ready(function() {
});
</script>
<!-- in page scripting-->
<script>
</script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header class="header">
</header><!-- end .header -->
<section class="intro_container">
</section><!-- end .intro_container -->
<section class="main_content">
</section><!-- end main_content -->
<footer class="footer">
</footer><!-- end footer -->
</body>
</html>
Revision: 55922
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 29, 2012 08:12 by CKOink
Initial Code
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charst="utf-8">
</title></title>
<!-- import stylesheets -->
<link rel="stylesheet" href="styles/main.css">
<!-- in-page styles -->
<style>
body {
background:transparent;
color:#333;
font-size:16px
line-height:1.5em;
margin:0;
padding:0;
}
</style>
<!-- jquery import -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<!-- Initalize Jquery -->
<script>
$(document).ready(function() {
});
</script>
<!-- in page scripting-->
<script>
</script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header class="header">
</header><!-- end .header -->
<section class="intro_container">
</section><!-- end .intro_container -->
<section class="main_content">
</section><!-- end main_content -->
<footer class="footer">
</footer>
</body>
</html>
Initial URL
Initial Description
A Barebones html5 frame work header, intro, main_content, footer. Also includes link to main.css and jquery
Initial Title
Bare Bones HTML5 frame, 4 section layout
Initial Tags
html5
Initial Language
HTML