1
1
mirror of https://github.com/theoludwig/html-w3c-validator.git synced 2025-05-21 23:21:29 +02:00

test: add automated tests

This commit is contained in:
2023-08-09 16:51:34 +02:00
parent 1ae47aa197
commit 284b9fb057
20 changed files with 587 additions and 21 deletions

View File

@ -0,0 +1,9 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home</title>
</head>
<body></body>
</html>