summaryrefslogtreecommitdiffstats
path: root/xt/extensions/QA/web/README
diff options
context:
space:
mode:
Diffstat (limited to 'xt/extensions/QA/web/README')
-rw-r--r--xt/extensions/QA/web/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/xt/extensions/QA/web/README b/xt/extensions/QA/web/README
new file mode 100644
index 000000000..23456410f
--- /dev/null
+++ b/xt/extensions/QA/web/README
@@ -0,0 +1,7 @@
+Web-accessible files, like JavaScript, CSS, and images go in this
+directory. You can reference them directly in your HTML. For example,
+if you have a file called "style.css" and your extension is called
+"Foo", you would put it in "extensions/Foo/web/style.css", and then
+you could link to it in HTML like:
+
+<link href="extensions/Foo/web/style.css" rel="stylesheet" type="text/css"> \ No newline at end of file