webscrollingistheworst
Version:
Web Scrolling is the Worst. This package tries to lessen the pain.
22 lines (19 loc) • 585 B
HTML
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Page Title</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
<script type="module" src="main.js"></script>
</head>
<body>
<div id="direction"></div>
<div>
<button id="scroll-bottom">Scroll to Bottom</button></div>
<div>
<button id="scroll-top">Scroll to Top</button>
</div>
</body>
</html>