Skip to content

vikpe/html5-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

HTML5 Templates

Copy/paste ready HTML5 templates

Recommended

<!DOCTYPE html>
<html lang="en" dir="ltr">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
        <meta name="description" content="A simple HTML5-ready template.">
        <link rel="canonical" href="[SITE_URI]">
        <link rel="shortcut icon" type="image/x-icon" href="[SITE_URI]/favicon.ico">
        <title>HTML5 template</title>
    </head>
    <body>
        <header>

        </header>
        <main>

        </main>
        <footer>

        </footer>
    </body>
</html>

Bare minimum

<!DOCTYPE html>
<html lang="en" dir="ltr">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
        <title>Bare minimum HTML5 template</title>
    </head>
    <body>
        
    </body>
</html>

About

Copy/paste ready HTML5 templates.

Topics

Resources

License

Stars

Watchers

Forks