Files
francesco-dipi 5726c46efd Add Xtend support (#155)
* Add Xtend support

* Add test for xtend files

* Fix typo in test files
2017-10-30 14:42:10 +00:00

28 lines
698 B
HTML

<!-- 27 lines 15 code 8 comments 4 blanks -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title></title>
link
</head>
<body>
body
</body>
<!-- Normal Comment-->
<nav class="navbar navbar-default navbar-fixed-top navbar-custom">
<div id="modalSearch" class="modal fade" role="dialog"> </div>
</nav>
<!--
document.write("Multi-line and Code comment!");
//-->
<!--[if IE 8]>
IE Special comment
<![endif]-->
</html>