diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2014-01-29 17:22:49 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2014-01-29 17:22:49 -0200 |
commit | 18afb5a0895cd4153a98ced2e5a161b8b0d5c107 (patch) | |
tree | c0c9831c21ca6c1dfe9d9ea25477d42338b0828a /doc/us/examples.html | |
parent | ebf867f729f24a1a23425c7f103e0e8667753a67 (diff) | |
download | luafilesystem-18afb5a0895cd4153a98ced2e5a161b8b0d5c107.tar.gz luafilesystem-18afb5a0895cd4153a98ced2e5a161b8b0d5c107.tar.bz2 luafilesystem-18afb5a0895cd4153a98ced2e5a161b8b0d5c107.zip |
Use local stylesheet, suitable for truly offline viewing.
Diffstat (limited to 'doc/us/examples.html')
-rw-r--r-- | doc/us/examples.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/us/examples.html b/doc/us/examples.html index d6d32fc..8672464 100644 --- a/doc/us/examples.html +++ b/doc/us/examples.html | |||
@@ -3,7 +3,7 @@ | |||
3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
4 | <head> | 4 | <head> |
5 | <title>LuaFileSystem</title> | 5 | <title>LuaFileSystem</title> |
6 | <link rel="stylesheet" href="http://www.keplerproject.org/doc.css" type="text/css"/> | 6 | <link rel="stylesheet" href="doc.css" type="text/css"/> |
7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
8 | </head> | 8 | </head> |
9 | 9 | ||