2024-01-03 23:49:28 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<title>ZaksCode</title>
|
|
|
|
<link rel="icon" href="/logo.png">
|
|
|
|
|
2024-01-04 19:56:46 -05:00
|
|
|
<meta charset="UTF-8">
|
2024-01-03 23:49:28 -05:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
|
|
|
<meta property=”og:type” content=”website” />
|
|
|
|
<meta property=”og:title” content=”Zakary Timson” />
|
2024-01-04 19:56:46 -05:00
|
|
|
<!-- <meta name=”twitter:title” content=”Zakary Timson” />-->
|
|
|
|
<meta name="description" content="Devops & Software Engineer" />
|
2024-01-03 23:49:28 -05:00
|
|
|
<meta property=”og:description” content=”Devops & Software Engineer” />
|
2024-01-04 19:56:46 -05:00
|
|
|
<!-- <meta name=”twitter:description” content=”Devops & Software Engineer” />-->
|
2024-01-03 23:49:28 -05:00
|
|
|
<meta property=”og:image” content=”https://zakscode.com/cloud.gif” />
|
2024-01-04 19:56:46 -05:00
|
|
|
<!-- <meta name=”twitter:image” content=”https://zakscode.com/cloud.gif” />-->
|
2024-01-03 23:49:28 -05:00
|
|
|
<meta property=”og:url” content=”https://zakscode.com” />
|
|
|
|
<meta property=”og:site_name” content=”ZaksCode” />
|
2024-01-04 19:56:46 -05:00
|
|
|
|
|
|
|
<script id="environment"></script>
|
2024-01-03 23:49:28 -05:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|