-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebview.html
More file actions
20 lines (20 loc) · 803 Bytes
/
webview.html
File metadata and controls
20 lines (20 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<link href="favicon.ico" rel="icon" type="image/x-icon"/>
<title>
Simulink Web View
</title>
<link href="./stylesheets/combined.css" rel="StyleSheet" type="text/css"/>
<link href="default-dark-mode/support/lib/main-css.css" media="screen" rel="stylesheet" type="text/css"/>
<link href="themes/default-dark-theme/style.css" rel="stylesheet" type="text/css"/>
</head>
<body class="claro" style="font-size: 12px">
<div data-dojo-props="style:'width: 100%; height: 100%;', src:'default-dark-mode/support/slwebview.json'" data-dojo-type="webview/widgets/App" id="slwebview">
</div>
<script src="default-dark-mode/support/lib/bundle.main.js">
</script>
</body>
</html>