forked from rDrama/rDrama
1
0
Fork 0
master
fireworks88 2021-07-30 00:19:59 +02:00
parent 8069f3b924
commit 442caa3d20
1 changed files with 10 additions and 0 deletions

View File

@ -61,6 +61,16 @@
mouseOver: "fly"
});
</script>
<noscript>
<style>
body {
-moz-transform: scale(-1, -1);
-o-transform: scale(-1, -1);
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1);
}
</style>
</noscript>
{% endif %}
<script>