Skip to content

Commit

Permalink
Merge pull request #8 from auvoid/fix/metadata
Browse files Browse the repository at this point in the history
added meta data
  • Loading branch information
sosweetham authored Nov 4, 2024
2 parents abee137 + 27ff450 commit 1db49b0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion apps/client/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,18 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link rel="icon" href="/images/VCV-Textless-Logo.png" />
<link rel="stylesheet" href="%sveltekit.assets%/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="title" content="VCV" />
<meta
name="description"
content="VCV revolutionizes the CV, making it verifiable and creating verifiable experiences."
/>
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
<title>VCV</title>
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" class="bg-white">
Expand Down

0 comments on commit 1db49b0

Please sign in to comment.