diff options
Diffstat (limited to 'lv2compatgen/template.html')
-rw-r--r-- | lv2compatgen/template.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/lv2compatgen/template.html b/lv2compatgen/template.html new file mode 100644 index 0000000..2948759 --- /dev/null +++ b/lv2compatgen/template.html @@ -0,0 +1,26 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" + xml:lang="en"> + <head> + <title>LV2 Feature Support</title> + <meta http-equiv="content-type" content="text/xhtml+xml; charset=utf-8" /> + <meta name="generator" content="lv2specgen" /> + <style type="text/css"> + @STYLE@ + </style> + </head> + <body> + <h1 id="title">LV2 Feature Support</h1> + + @BODY@ + + <div> + <br /> + <span>Automatically generated + by <a href="http://drobilla.net/software/lv2compatgen">lv2compatgen</a> + at @TIME@</span> + </div> + + </body> +</html> + |