zakscode/src/index.html

29 lines
1.3 KiB
HTML
Raw Normal View History

2019-04-11 16:10:24 -04:00
<!doctype html>
<html lang="en">
<head>
2022-05-02 21:10:15 -04:00
<meta charset="utf-8">
<title>Zaks Code</title>
<base href="/">
2019-04-11 16:10:24 -04:00
2022-05-02 21:10:15 -04:00
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name=”robots” content=”index,nofollow” />
<meta property=”og:type” content=”website” />
<meta property=”og:title” content=”Zakary Timson />
<meta property=”og:description” content=”Cloud Architecture & Software Engineering />
<meta property=”og:image” content=”https://zakscode.com/assets/img/ZaksCode.png” />
<meta property=”og:url” content=”https://zakscode.com” />
<meta property=”og:site_name” content=”ZaksCode” />
<meta name=”twitter:title” content=”Zakary Timson />
<meta name=”twitter:description” content=”Cloud Architecture & Software Engineering />
<meta name=”twitter:image” content=”https://zakscode.com/assets/img/ZaksCode.png” />
2020-03-06 14:27:47 -05:00
2022-05-02 21:10:15 -04:00
<link rel="icon" type="image/png" href="assets/img/logo.png">
<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">
2019-04-11 16:10:24 -04:00
</head>
<body>
2022-05-02 21:10:15 -04:00
<app-root></app-root>
2019-04-11 16:10:24 -04:00
</body>
</html>