-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (17 loc) · 744 Bytes
/
index.html
File metadata and controls
20 lines (17 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Example Breadcrumb view</title>
<meta name="description" content="Demonstrates the use of the Ext breadcrump toolbar">
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link href="js/extjs/resources/css/ext-all-gray.css" rel="stylesheet">
<link rel="stylesheet" href="css/breadcrumbs.css">
</head>
<body>
<script src="js/extjs/ext-all.js"></script>
<script src="js/ux/breadCrumbs.js"></script>
<script src="js/app.js"></script>
</body>
</html>