Files
HomeMonitor/Display/src/index.html
2019-10-08 19:49:48 -04:00

23 lines
744 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Home Status</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png?v=oLdWoAx4Jd">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png?v=oLdWoAx4Jd">
<link rel="shortcut icon" href="assets/favicons/favicon.ico?v=oLdWoAx4Jd">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<app-root></app-root>
</body>
</html>