29 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!doctype html>
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
	<meta charset="utf-8">
 | 
						|
	<title>Zaks Code</title>
 | 
						|
	<base href="/">
 | 
						|
 | 
						|
	<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” />
 | 
						|
 | 
						|
	<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">
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
<app-root></app-root>
 | 
						|
</body>
 | 
						|
</html>
 |