Skip to content

Documents.  #8

@binyamindavid

Description

@binyamindavid

I believe you have a missing html syntax. The html tag is missing
http://concisecss.com/get-started/getting-started.php

<!doctype html>
<html>
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="HandheldFriendly" content="True">

    <title>Concise Template</title>

    <link rel="stylesheet" type="text/css" media="screen" href="css/concise.min.css" />

    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
    <script type="text/javascript" src="js/concise.min.js"></script>
</head>

<body>

</body>
</html>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions