2024-11-13 09:36:44 +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" />
|
2025-05-12 17:21:27 +00:00
|
|
|
<link
|
|
|
|
|
rel="stylesheet"
|
2025-08-25 05:05:53 +00:00
|
|
|
href="/_main/third_party/fonts.google.com/material-symbols-outlined/outlined.css"
|
2025-05-12 17:21:27 +00:00
|
|
|
/>
|
2021-09-08 22:39:40 +00:00
|
|
|
|
2024-11-13 09:36:44 +00:00
|
|
|
<link rel="stylesheet" href="./styles.css" />
|
2020-03-11 02:40:33 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div>
|
|
|
|
|
<app-root></app-root>
|
2025-07-21 13:45:32 +00:00
|
|
|
<other-app></other-app>
|
2020-03-11 02:40:33 +00:00
|
|
|
</div>
|
2021-12-16 07:00:43 +00:00
|
|
|
|
|
|
|
|
<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>
|