summaryrefslogtreecommitdiff
path: root/vendor/masterminds/html5/test/HTML5/Html5Test.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-12-13 20:00:46 +0300
committerAndrew Dolgov <[email protected]>2022-12-13 20:00:46 +0300
commit0226e0ca0dc70f9a0310b3eef045ee1c1e0ca3ac (patch)
tree254c0e880693c2636107308b5931951cfa501311 /vendor/masterminds/html5/test/HTML5/Html5Test.html
split into a separate repo
Diffstat (limited to 'vendor/masterminds/html5/test/HTML5/Html5Test.html')
-rw-r--r--vendor/masterminds/html5/test/HTML5/Html5Test.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/masterminds/html5/test/HTML5/Html5Test.html b/vendor/masterminds/html5/test/HTML5/Html5Test.html
new file mode 100644
index 0000000..a976e8b
--- /dev/null
+++ b/vendor/masterminds/html5/test/HTML5/Html5Test.html
@@ -0,0 +1,10 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>Test</title>
+ </head>
+ <body>
+ <p>This is a test.</p>
+ </body>
+</html> \ No newline at end of file