14 lines
360 B
HTML
14 lines
360 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Ledda's Room Climate</title>
|
|
<link type="text/css" href="./assets/styles.css" rel="stylesheet" />
|
|
<script type="module" src="./src/main.ts"></script>
|
|
<link rel="shortcut icon" type="image/jpg" href="/favicon64.png"/>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|