Return to Snippet

Revision: 47022
at May 30, 2011 14:13 by BlakeRey


Updated Code
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">

    <head>

        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <link rel="icon" type="image/png" href="/images/icon.png" />
        <title>Title Goes Here</title>

        <!-- START Meta Information -->
        <meta name="description" content="" />
        <meta name="keywords" content="" />
        <meta name="author" content="" />
        <meta name="robots" content="index,follow" />
        <meta name="copyright" content="" />
        <!-- END Meta Information -->

        <!-- START Style Sheets -->
        <link rel="stylesheet" type="text/css" media="all" href="style.css" />
        <!-- END Style Sheets -->

        <!-- Javascript -->
        <!--[if lt IE 9]>
        <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
        <![endif]-->
        <!-- END Javascript -->
        
    </head>

    <body>
       <!-- CONTENT GOES HERE -->
    </body>

</html>

Revision: 47021
at May 30, 2011 14:12 by BlakeRey


Initial Code
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head>

        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <link rel="icon" type="image/png" href="/images/icon.png" />
        <title>Title Goes Here</title>

        <!-- START Meta Information -->
        <meta name="description" content="" />
        <meta name="keywords" content="" />
        <meta name="author" content="" />
        <meta name="robots" content="index,follow" />
        <meta name="copyright" content="" />
        <!-- END Meta Information -->

        <!-- START Style Sheets -->
        <link rel="stylesheet" type="text/css" media="all" href="style.css" />
        <!-- END Style Sheets -->

        <!-- Javascript -->
        <!--[if lt IE 9]>
        <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
        <![endif]-->
        <!-- END Javascript -->
        
    </head>

    <body>
       <!-- CONTENT GOES HERE -->
    </body>

</html>

Initial URL
http://www.websicle.co.uk

Initial Description
Use this as a base for your HTML5 projects! :)

Initial Title
HTML5 Basic Template

Initial Tags
template, html, html5

Initial Language
HTML