13 lines
373 B
HTML
13 lines
373 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Device Dashboard</title>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body></body>
|
|
<script type="module" src="main.js"></script>
|
|
</html>
|