-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (25 loc) · 1.3 KB
/
index.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
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Analog - Angular Material | HashnodeWithAngular</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:image" content="/images/analog-material-hashnode-withangular.jpg" />
<meta property="og:image:secure_url" content="/images/analog-material-hashnode-withangular.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="675" />
<meta property="og:title" content="Analog (Angular Material) Template for Hashnode Blogs" />
<meta property="og:description" content="HashnodeWithAngular - Open Source project by Esther White" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="stylesheet" href="/src/styles.scss" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
</head>
<body class="mat-typography">
<app-root></app-root>
<script type="module" src="/src/main.ts"></script>
</body>
</html>