source: Dev/trunk/node_modules/grunt-htmlhint/test/fixtures/valid.html

Last change on this file was 484, checked in by hendrikvanantwerpen, 11 years ago

Commit node_modules, to make checkouts and builds more deterministic.

File size: 118 bytes
Line 
1<!DOCTYPE HTML>
2<html>
3<head>
4        <meta charset="UTF-8">
5        <title></title>
6</head>
7<body>
8        <div>test</div>
9</body>
10</html>
Note: See TracBrowser for help on using the repository browser.