Webform module and config export
This commit is contained in:
parent
3e6a5cbed2
commit
0e15467384
1040 changed files with 117682 additions and 0 deletions
11
web/modules/contrib/webform/tests/files/sample.html
Normal file
11
web/modules/contrib/webform/tests/files/sample.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Title of the document</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
The content of the document......
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in a new issue