zakscode/index.html
ztimson 94c2f336f6
All checks were successful
Build Website / Build NPM Project (push) Successful in 19s
Build Website / Tag Version (push) Successful in 7s
Build Website / Build & Push Dockerfile (push) Successful in 42s
Zakscode is now using momentum
2024-12-30 12:05:38 -05:00

27 lines
975 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="article">
<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">
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' data: blob: git.zakscode.com; style-src 'self' 'unsafe-inline'; object-src 'none';">-->
<script id="environment"></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>