mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-17 04:29:39 +03:00
14 lines
357 B
HTML
14 lines
357 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>OverlayScrollbars</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="hi">hi</div>
|
|
<script type="text/javascript" src="./dist_/overlayscrollbars.js"></script>
|
|
</body>
|
|
</html>
|