diff options
Diffstat (limited to 'Base/res/html/misc/hover.html')
-rw-r--r-- | Base/res/html/misc/hover.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Base/res/html/misc/hover.html b/Base/res/html/misc/hover.html new file mode 100644 index 0000000000..9ef4b42ab6 --- /dev/null +++ b/Base/res/html/misc/hover.html @@ -0,0 +1,13 @@ +<html> + <head> + <title>Hover test!</title> +<style> +a:hover { + color: red; +} +</style> + </head> + <body> + <a href="hover.html">this is a link</a> + </body> +</html> |