mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-02 17:44:06 +03:00
15 lines
433 B
HTML
15 lines
433 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" />
|
|
<meta name="description" content="Server Syncing API Code Challenge" />
|
|
<title>Server Syncing API</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="hi">hi</div>
|
|
<script type="text/javascript" src="./dist/overlayscrollbars.js"></script>
|
|
</body>
|
|
</html>
|