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

22 lines
370 B
HTML
Raw Normal View History

<!DOCTYPE html>
2021-06-30 13:44:03 +02:00
<html
lang="en"
style="
border-style: solid;
border-color: #363636;
2021-06-30 13:44:03 +02:00
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>