skeleton for dashboard2.
This commit is contained in:
@@ -1,9 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0">
|
||||
<title>domo</title>
|
||||
<meta charset='utf-8' />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
|
||||
<<meta name="description" content="Domo Home Automation Controller" />
|
||||
<meta name="author" content="NADAL Jean-Baptiste" />
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
|
||||
|
||||
<!-- Add to homescreen for Chrome on Android -->
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<link rel="icon" sizes="192x192" href="/static/android-desktop.png" />
|
||||
|
||||
<!-- Add to homescreen for Safari on iOS -->
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="apple-mobile-web-app-title" content="Stream Dashboard" />
|
||||
<link rel="apple-touch-icon-precomposed" href="/static/ios-desktop.png" />
|
||||
|
||||
<link rel="shortcut icon" href="/static/favicon.png" />
|
||||
|
||||
<title>Stream Dashboard</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app-box"></div>
|
||||
|
||||
Reference in New Issue
Block a user