14 lines
265 B
HTML
14 lines
265 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
* {
|
|
padding-block-end: 46% ! important;
|
|
}
|
|
</style>
|
|
<script>
|
|
document.addEventListener('DOMContentLoaded', () => {
|
|
window.scrollByLines(536870912, {})
|
|
})
|
|
</script>
|
|
</head>
|
|
</html>
|