Revision: 31425
Updated Code
at September 5, 2010 04:08 by benwellby
Updated Code
<!DOCTYPE html> <html lang="en"> <head> <!-- Meta --> <meta charset="utf-8"> <meta name="description" content=""> <meta name="keywords" content=""> <meta name="author" content="Ben Wellby"> <!-- End Meta --> <!-- Favicons --> <link rel="shortcut icon" href="favicon.ico"> <link rel="apple-touch-icon" href="youricon.png"> <!-- End Favicons --> <!-- Title --> <title>Webpage Title</title> <!-- End Title --> <!-- CSS --> <link rel="stylesheet" href="css/stylesheet.css" /> <!-- End CSS --> </head> <body> <!-- Page Content --> <div id="container"> </div> <!-- End Page Content --> <!-- Javascript --> <script src="js/script.js"></script> <!-- End Javascript --> </body> </html>
Revision: 31424
Updated Code
at September 4, 2010 19:52 by benwellby
Updated Code
<!DOCTYPE html> <html lang="en"> <head> <!-- Meta Content --> <meta charset="utf-8"> <meta name="description" content=""> <meta name="keywords" content=""> <meta name="author" content="Ben Wellby"> <!-- End Meta Content --> <!-- Favicons --> <link rel="shortcut icon" href=""> <link rel="apple-touch-icon" href=""> <!-- End Favicons --> <!-- Title --> <title>Webpage Title</title> <!-- End Title --> <!-- CSS Section --> <link rel="stylesheet" href="css/style.css" type="text/css"> <!-- End CSS Section --> </head> <body> <!-- Page Content --> <div id="container"> </div> <!-- End Page Content --> <!-- JS --> <script src="js/script.js"></script> <!-- End JS --> </body> </html>
Revision: 31423
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at September 4, 2010 19:49 by benwellby
Initial Code
<!DOCTYPE html> <html lang="en"> <head> <!-- Meta Content --> <meta charset="utf-8"> <meta name="description" content=""> <meta name="keywords" content=""> <meta name="author" content="Ben Wellby"> <!-- End Meta Content --> <!-- Favicons --> <link rel="shortcut icon" href=""> <link rel="apple-touch-icon" href=""> <!-- End Favicons --> <!-- Title --> <title>Webpage Title</title> <!-- End Title --> <!-- CSS Section --> <link rel="stylesheet" href="css/style.css" type="text/css"> <!-- End CSS Section --> </head> <body> <!-- Page Content --> <div id="container"> </div> <!-- End Page Content --> <!-- JS --> <script src="js/script.js"></script> <!-- End JS --> </body> </html>
Initial URL
Initial Description
Initial Title
HTML5 base clean – Ben Wellby
Initial Tags
css, script, html5
Initial Language
HTML