Skip to content
Snippets Groups Projects
index.html 234 B
<!DOCTYPE html>
<html>
<head>
    <style>
        body, html {
            overflow: hidden;
        }
        body {
            -webkit-app-region: drag
        }
    </style>
</head>
<body>
    <div id="app"></div>
</body>
</html>