Add meta tags
This commit is contained in:
parent
eae0a76b05
commit
8ab352c70b
2 changed files with 22 additions and 2 deletions
24
src/app.html
24
src/app.html
|
@ -2,11 +2,31 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Sangelo's Space</title>
|
<title>Sangelo's Space</title>
|
||||||
|
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="icon" href="%sveltekit.assets%/favicon.ico" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<meta name="title" content="Sangelo's Space" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:url" content="https://sangelo.space/" />
|
||||||
|
<meta property="og:title" content="Sangelo's Space" />
|
||||||
|
<meta property="og:image" content="https://sangelo.space/assets/img/meta-banner.png" />
|
||||||
|
<meta name="theme-color" content="#00C4FB">
|
||||||
|
<meta
|
||||||
|
property="og:description"
|
||||||
|
content="Hello World! I'm a guy who does stuff.
|
||||||
|
|
||||||
|
I enjoy creating a variety of things, including UI prototypes, scripts, and programs.
|
||||||
|
Although I'm new to programming, I love learning new languages. I support open-source software and design my workflow around it, using Linux and self-hosted tools daily."
|
||||||
|
/>
|
||||||
|
|
||||||
|
<meta property="twitter:card" content="summary_large_image" />
|
||||||
|
|
||||||
|
<link rel="icon" href="%sveltekit.assets%/favicon.ico" />
|
||||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
|
||||||
<script type="module" src="https://cdn.jsdelivr.net/gh/zerodevx/zero-md@2/dist/zero-md.min.js"></script>
|
<script
|
||||||
|
type="module"
|
||||||
|
src="https://cdn.jsdelivr.net/gh/zerodevx/zero-md@2/dist/zero-md.min.js"
|
||||||
|
></script>
|
||||||
%sveltekit.head%
|
%sveltekit.head%
|
||||||
</head>
|
</head>
|
||||||
<body data-sveltekit-preload-data="hover">
|
<body data-sveltekit-preload-data="hover">
|
||||||
|
|
BIN
static/assets/img/meta-banner.png
Normal file
BIN
static/assets/img/meta-banner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
Loading…
Reference in a new issue