html page is not getting download if I use below synatx in atlassian-plugin.xml.
<resource type="download" name="test.html" location="includes/js/sample/test.html">
<property key="content-type" value="text/html" />
</resource>
Is there any way to include a html page ?