-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Description
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>