angular/devtools/projects/shell-browser/src/index.html

19 lines
621 B
HTML
Raw Normal View History

2021-05-01 01:11:45 +00:00
<!DOCTYPE html>
2020-01-27 18:40:18 +00:00
<html lang="en">
2021-05-01 01:11:45 +00:00
<head>
<meta charset="utf-8" />
<title>ShellChrome</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="assets/icon16.png" />
<link rel="stylesheet" href="./third_party/github.com/google/material-design-icons/material-icons.css">
<link rel="stylesheet" href="./styles.css"></head>
2021-05-01 01:11:45 +00:00
</head>
<body>
<app-root></app-root>
<script src="./packages/zone.js/bundles/zone.umd.js"></script>
<script type="module" src="./bundle/main.js"></script>
2021-05-01 01:11:45 +00:00
</body>
2020-01-27 18:40:18 +00:00
</html>