diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-08-07 16:53:33 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-08-07 16:53:33 +0200 |
commit | 1c1ede57034343830696667820115435db5509ba (patch) | |
tree | a23c6c10fadcf011c98cb329409acb6602e8f6f8 /core | |
parent | 9321eceed6a94f74ccdb908c05e97dfb1585d211 (diff) | |
download | nextcloud-server-1c1ede57034343830696667820115435db5509ba.tar.gz nextcloud-server-1c1ede57034343830696667820115435db5509ba.zip |
add template for html files
Diffstat (limited to 'core')
-rw-r--r-- | core/templates/filetemplates/template.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/templates/filetemplates/template.html b/core/templates/filetemplates/template.html new file mode 100644 index 00000000000..f16e80cb7ef --- /dev/null +++ b/core/templates/filetemplates/template.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <head> + + </head> + <body> + + </body> +</html> |