2016-08-24 12:58:40 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
2016-09-19 08:32:23 +00:00
|
|
|
<title>InSpec Interactive Tutorial</title>
|
2016-08-24 12:58:40 +00:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2016-09-14 13:26:57 +00:00
|
|
|
|
|
|
|
<!-- build:css css/combined.css -->
|
2016-08-24 12:58:40 +00:00
|
|
|
<link rel="stylesheet" href="styles.css">
|
2016-09-02 19:13:07 +00:00
|
|
|
<link rel="stylesheet" href="node_modules/xterm/src/xterm.css">
|
2016-09-19 08:32:23 +00:00
|
|
|
<link rel="stylesheet" href="assets/font-awesome/css/font-awesome.css">
|
2016-09-14 13:26:57 +00:00
|
|
|
<!-- endbuild -->
|
|
|
|
|
2016-08-24 12:58:40 +00:00
|
|
|
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
|
2016-09-14 13:26:57 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- build:js scripts/combined.js -->
|
|
|
|
<script src="node_modules/xterm/src/xterm.js"></script>
|
|
|
|
<script src="node_modules/xterm/addons/fit/fit.js"></script>
|
|
|
|
<!-- Polyfill for older browsers -->
|
2016-08-24 12:58:40 +00:00
|
|
|
<script src="node_modules/core-js/client/shim.min.js"></script>
|
|
|
|
<script src="node_modules/zone.js/dist/zone.js"></script>
|
|
|
|
<script src="node_modules/reflect-metadata/Reflect.js"></script>
|
2016-09-14 13:26:57 +00:00
|
|
|
<!-- endbuild -->
|
|
|
|
|
2016-09-03 15:59:37 +00:00
|
|
|
<script src="dist/bundle.js"></script>
|
2016-09-14 13:26:57 +00:00
|
|
|
|
2016-08-24 12:58:40 +00:00
|
|
|
<my-app>Loading...</my-app>
|
|
|
|
</body>
|
|
|
|
</html>
|