antonvorobyev
11/26/2015 - 12:03 PM

index.html

index.html

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">

    <title>[title]</title>

    <meta name="description" content="[description]">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <meta name="application-name" content="[title]">
    <meta name="msapplication-tooltip" content="[description]">
    <meta name="msapplication-starturl" content="http://[host]/index.html?pinned=true">

    <link rel="stylesheet" href="css/[file].css">
    <link rel="author" href="[url]">
    <link rel="canonical" href="http://[host]/">

    <link rel="icon" href="favicon.ico">
</head>

<body>

<script src="js/[file].js"></script>
</body>

</html>