зеркало из https://github.com/mozilla/gecko-dev.git
22 строки
392 B
HTML
22 строки
392 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
text, :root {
|
|
column-width: 0;
|
|
}
|
|
</style>
|
|
<script>
|
|
function start () {
|
|
document.getElementById('template').style.setProperty('scroll-behavior', 'smooth')
|
|
}
|
|
</script>
|
|
</head>
|
|
<body onload="start()">
|
|
<sup>
|
|
<h4>b"4C@26Rc8:nbxI</h4>
|
|
<template id="template">
|
|
</template>
|
|
</sup>
|
|
</body>
|
|
</html>
|