mirror of
https://github.com/roytam1/UXP.git
synced 2026-06-24 01:08:50 +00:00
11 lines
179 B
HTML
11 lines
179 B
HTML
<html><head></head><body>
|
|
<script>
|
|
document.body.setAttribute('style', 'position: fixed; -moz-transition-duration: 1s;-moz-transform: scale(1.5);');
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|
|
|