13 lines
274 B
HTML
13 lines
274 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Ledda's Room Climate</title>
|
|
<link href="{{.}}/static/styles.css" rel="stylesheet" />
|
|
<script src="{{.}}/static/main.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|