10 lines
179 B
HTML
10 lines
179 B
HTML
<html><head></head><body>
|
|
<script>
|
|
document.body.setAttribute('style', 'position: fixed; transition-duration: 1s;transform: scale(1.5);');
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|
|
|