2020-03-11 02:40:33 +00:00
|
|
|
<!DOCTYPE html>
|
2020-01-27 18:40:18 +00:00
|
|
|
<html lang="en">
|
2020-03-11 02:40:33 +00:00
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<title>AngularDevtools</title>
|
|
|
|
|
<base href="/" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2021-05-01 01:11:45 +00:00
|
|
|
<link rel="icon" type="image/x-icon" href="assets/icon16.png" />
|
2020-03-11 02:40:33 +00:00
|
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
|
2021-09-08 22:39:40 +00:00
|
|
|
|
2022-05-18 15:39:05 +00:00
|
|
|
<link rel="stylesheet" href="./styles.css">
|
2020-03-11 02:40:33 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div>
|
|
|
|
|
<app-root></app-root>
|
|
|
|
|
</div>
|
2021-12-16 07:00:43 +00:00
|
|
|
|
|
|
|
|
<script src="./angular/packages/zone.js/bundles/zone.umd.js"></script>
|
|
|
|
|
<script type="module" src="./bundle/main.js"></script>
|
2020-03-11 02:40:33 +00:00
|
|
|
</body>
|
2020-01-27 18:40:18 +00:00
|
|
|
</html>
|