Skip to content

Commit

Permalink
Add page metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jneterer committed Aug 10, 2021
1 parent e511501 commit 6846a43
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Binary file added src/assets/og_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="utf-8">
<title>AngularStarters</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="@jacobneterer" />
<meta property="og:url" content="https://angularstarters.io" />
<meta property="og:title" content="Angular Starters" />
<meta property="og:description"
content="Get your web apps off the ground in minutes with Open Source Angular starter projects!" />
<meta property="og:image" content="https://angularstarters.io/assets/og_image.png" />
</head>

<body>
<app-root></app-root>
</body>
</html>

</html>

0 comments on commit 6846a43

Please sign in to comment.