aboutsummaryrefslogtreecommitdiffstats
path: root/extensions/Mageia/web/README
blob: c3c41862f71cf710536f0cd0eba6296185a23c8e (plain)
1
2
3
4
5
6
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
"Mageia", you would put it in "extensions/Mageia/web/style.css", and then
you could link to it in HTML like:

<link href="extensions/Mageia/web/style.css" rel="stylesheet" type="text/css">