zakscode/index.html
Zakary Timson 120bd3ec50
All checks were successful
Build Website / Build NPM Project (push) Successful in 20s
Build Website / Tag Version (push) Successful in 7s
Build Website / Build & Push Dockerfile (push) Successful in 1m5s
Update index.html
2024-01-08 15:46:28 +00: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="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">
<script id="environment"></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>