summaryrefslogtreecommitdiff
path: root/Base/res/html/misc/hover.html
diff options
context:
space:
mode:
Diffstat (limited to 'Base/res/html/misc/hover.html')
-rw-r--r--Base/res/html/misc/hover.html13
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>