diff options
author | Nazım Can Altınova <canaltinova@gmail.com> | 2017-06-12 03:27:50 +0300 |
---|---|---|
committer | Nazım Can Altınova <canaltinova@gmail.com> | 2017-06-12 03:27:50 +0300 |
commit | 6da69f687b49b7e67dc4fbadcf6148191630e878 (patch) | |
tree | de689e09b8cc5c9ef692c41f71e531e853aae843 /etc/doc.servo.org | |
parent | 03074f4b0e9908d80558efe519301f39aadc436e (diff) | |
download | servo-6da69f687b49b7e67dc4fbadcf6148191630e878.tar.gz servo-6da69f687b49b7e67dc4fbadcf6148191630e878.zip |
Add an index.html page for geckolib docs
Diffstat (limited to 'etc/doc.servo.org')
-rw-r--r-- | etc/doc.servo.org/geckolib/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/doc.servo.org/geckolib/index.html b/etc/doc.servo.org/geckolib/index.html new file mode 100644 index 00000000000..66bcaff167b --- /dev/null +++ b/etc/doc.servo.org/geckolib/index.html @@ -0,0 +1,6 @@ +<!doctype html> +<title>Geckolib, a subset of Servo’s style system for Stylo project.</title> +<meta http-equiv=refresh content="0;url=geckoservo/index.html"> + +Documentation for Geckolib, a subset of Servo’s style system for Stylo project. +Start with <a href="geckoservo/index.html">the <code>geckoservo</code> crate</a> |