diff options
Diffstat (limited to 'quanta/data/templates/text/html')
-rw-r--r-- | quanta/data/templates/text/html/Makefile.am | 2 | ||||
-rw-r--r-- | quanta/data/templates/text/html/demo.html | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/quanta/data/templates/text/html/Makefile.am b/quanta/data/templates/text/html/Makefile.am new file mode 100644 index 00000000..c882d6c2 --- /dev/null +++ b/quanta/data/templates/text/html/Makefile.am @@ -0,0 +1,2 @@ +templatestexthtmldir = ${quanta_datadir}/templates/text/html +templatestexthtml_DATA = demo.html diff --git a/quanta/data/templates/text/html/demo.html b/quanta/data/templates/text/html/demo.html new file mode 100644 index 00000000..b395e172 --- /dev/null +++ b/quanta/data/templates/text/html/demo.html @@ -0,0 +1 @@ +<!-- You can put common HTML files/parts here. --> |