zakscode/index.html
ztimson c0b348c5c6
All checks were successful
Build Website / Build NPM Project (push) Successful in 21s
Build Website / Tag Version (push) Successful in 10s
Build Website / Build & Push Dockerfile (push) Successful in 56s
Updated about section & meta tags
2024-01-07 16:44:25 -05:00

26 lines
810 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>ZaksCode</title>
<link rel="icon" href="/logo.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Zakary Timson">
<meta property="og:type" content="website">
<meta property="og:url" content="https://zakscode.com">
<meta property="og:image" content="https://zakscode.com/cloud.png">
<meta property="og:description" content="DevOps & Software Engineer">
<meta name="description" content="DevOps & Software Engineer">
<meta name="twitter:card" content="DevOps & Software Engineer">
<script id="environment"></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>