Newer
Older
minerva / Base / res / html / misc / hover.html
@minerva minerva on 13 Jul 189 bytes Initial commit
<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>