screen-setup
Version:
Setup screens position from saved profiles
13 lines (12 loc) • 330 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Screen Setup</title>
</head>
<body>
<script type="module" src="./index.js"></script>
</body>
</html>