r=kiko r=mkanat r=mrbball a=LpSolit git-svn-id: svn://10.0.0.236/trunk@263258 18797224-902f-48f8-a5cc-f745e15eee43
16 lines
722 B
Cheetah
16 lines
722 B
Cheetah
[%# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
#
|
|
# This Source Code Form is "Incompatible With Secondary Licenses", as
|
|
# defined by the Mozilla Public License, v. 2.0.
|
|
#%]
|
|
|
|
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">
|