feat: add a simple HTML check pre-commit hook

This commit is contained in:
bernard 2024-07-10 05:10:02 +02:00
parent ae7cee538b
commit 1d83507cf7
10 changed files with 118 additions and 0 deletions

View file

@ -0,0 +1 @@
<div>hello

View file

@ -0,0 +1 @@
<div>hello</div></div>

View file

@ -0,0 +1 @@
<div><p></ul></div>

View file

@ -0,0 +1 @@
<p><a href="https://httpbin.org/">Awesome<a></p>

View file

@ -0,0 +1,10 @@
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<title>My test page</title>
</head>
<body>
<p>This is my page</p>
</body>
</html>