-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (16 loc) · 794 Bytes
/
Copy pathindex.html
File metadata and controls
18 lines (16 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>The Aurelia-Ej2 plugin</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.syncfusion.com/ej2/material.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="app.css" rel="stylesheet">
<!-- <link href="https://ej2.syncfusion.com/documentation/1.493e6315ef3a09bc2f74.css" rel="stylesheet">
<link href="https://ej2.syncfusion.com/documentation/component---src-templates-layout-js.6291b3193ad1da15c0e0.css" rel="stylesheet"> -->
</head>
<body aurelia-app="main">
<script src="scripts/vendor-bundle.js" data-main="aurelia-bootstrapper"></script>
</body>
</html>