mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-17 11:09:40 +03:00
16 lines
411 B
HTML
16 lines
411 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="index.bundle.js"></script>
|
|
</body>
|
|
|
|
</html> |