feat: initial commit
This commit is contained in:
commit
166e65b8a6
86 changed files with 9921 additions and 0 deletions
33
index.html
Normal file
33
index.html
Normal file
|
@ -0,0 +1,33 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
|
||||
<link rel="favicon" href="favicon.png" type="image/png" />
|
||||
<link rel="icon" href="favicon.png" type="image/png" />
|
||||
<link rel="me" href="https://meow.social/@SebinNyshkim">
|
||||
<title>Sebin Nyshkim</title>
|
||||
|
||||
<meta name="theme-color" content="#1a1a1a">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:site" content="@SebinNyshkim" />
|
||||
<meta name="twitter:creator" content="@SebinNyshkim" />
|
||||
<meta name="twitter:title" content="Sebin Nyshkim" />
|
||||
<meta name="twitter:description" content="Hi! I'm Sebin! I'm a web dev pretending to be a dragon online" />
|
||||
<meta name="twitter:image" content="https://sebin-nyshkim.net/preview.png" />
|
||||
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="Sebin Nyshkim" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://sebin-nyshkim.net/" />
|
||||
<meta property="og:image" content="https://sebin-nyshkim.net/preview.png" />
|
||||
<meta property="og:description" content="Hi! I'm Sebin! I'm a web dev pretending to be a dragon online" />
|
||||
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
</head>
|
||||
|
||||
<body></body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue