Website updates
This commit is contained in:
26
index.html
Normal file
26
index.html
Normal file
@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>ZaksCode</title>
|
||||
<link rel="icon" href="/logo.png">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name=”robots” content=”index,nofollow” />
|
||||
|
||||
<meta property=”og:type” content=”website” />
|
||||
<meta property=”og:title” content=”Zakary Timson” />
|
||||
<meta property=”og:description” content=”Devops & Software Engineer” />
|
||||
<meta property=”og:image” content=”https://zakscode.com/cloud.gif” />
|
||||
<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=”Devops & Software Engineer” />-->
|
||||
<!-- <meta name=”twitter:image” content=”https://zakscode.com/cloud.gif” />-->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user