diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-20 11:32:40 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-20 11:32:40 +0100 |
commit | 73bca64c33744027a0e800ce6c98a549ec924c6e (patch) | |
tree | 42cc09c283a7b0f6fce4f7dde22cd9213408111f /modules/profile/files/apache/index.html | |
parent | 428fcf14be3943fc01d234a5e622c7f8706bcb73 (diff) | |
parent | 5be7de41fe02fe60fbbac530e6729f74e206aea3 (diff) | |
download | Puppet-73bca64c33744027a0e800ce6c98a549ec924c6e.tar.gz Puppet-73bca64c33744027a0e800ce6c98a549ec924c6e.tar.zst Puppet-73bca64c33744027a0e800ce6c98a549ec924c6e.zip |
Merge branch 'letsencrypt'
Diffstat (limited to 'modules/profile/files/apache/index.html')
-rw-r--r-- | modules/profile/files/apache/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/profile/files/apache/index.html b/modules/profile/files/apache/index.html new file mode 100644 index 0000000..0274251 --- /dev/null +++ b/modules/profile/files/apache/index.html | |||
@@ -0,0 +1,9 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html> | ||
3 | <head> | ||
4 | <title>Hello World HTML</title> | ||
5 | </head> | ||
6 | <body> | ||
7 | <h1>It works!</h1> | ||
8 | </body> | ||
9 | </html> | ||