-
Notifications
You must be signed in to change notification settings - Fork 6.8k
/
Copy pathindex-source.html
24 lines (23 loc) · 1016 Bytes
/
index-source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Angular Material Universal Kitchen Sink Test</title>
<link href="styles.css" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap"
rel="stylesheet"
/>
<base href="/" />
</head>
<body class="mat-app-background mat-typography">
<kitchen-sink>Loading...</kitchen-sink>
<script src="node_modules/zone.js/bundles/zone.umd.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?libraries=visualization"></script>
<script src="https://unpkg.com/@googlemaps/markerclustererplus/dist/index.min.js"></script>
<script src="client_bundle/main.js" type="module"></script>
</body>
</html>