This repository has been archived on 2023-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
old-monorepo/Dashboard/src/index.html

21 lines
370 B
HTML

<!DOCTYPE html>
<html
lang="en"
style="
border-style: solid;
border-color: #0063b1;
border-width: 1px;
box-sizing: border-box;
height: 100%;
border-bottom-style: hidden;
border-right-style: hidden;
"
>
<head>
<meta charset="UTF-8" />
<title>Light Control</title>
</head>
<body>
<div id="root"></div>
</body>
</html>