-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
20 lines (18 loc) · 986 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML>
<html manifest="">
<head>
<meta charset="UTF-8">
<title>NVD3 for Sencha ExtJS</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Martin Zeitler, IT Solution Development"/>
<meta name="copyright" content="Copyright 2017-2018 by Martin Zeitler."/>
<link rel="icon" type="image/x-icon" href="https://store.syslogic.io/catalog/view/theme/syslogic/image/favicon.ico"/>
<link rel="publisher" href="https://plus.google.com/106963082057954766426"/>
<link rel="author" href="https://plus.google.com/106963082057954766426"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- The line below must be kept intact for Sencha Cmd to build the application. -->
<script id="microloader" type="text/javascript" src="bootstrap.js"></script>
</head>
<body></body>
</html>