Skip to content

Commit

Permalink
Add some OpenGraph meta properties for prettier linking
Browse files Browse the repository at this point in the history
  • Loading branch information
floscher committed Aug 27, 2024
1 parent 9aaac7b commit 2951f96
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 1 deletion.
19 changes: 18 additions & 1 deletion web/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
<!DOCTYPE html>
<html lang="de">
<head>
<script type="module" src="/src/sipgator-app.ts"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Ein Tool für Sipgate-Anschlüsse">
<meta property="og:image" content="https://fumix.github.io/sipgator-open/favicon-banner.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:alt" content="Sipgator Open">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:locale" content="de_DE">
<meta property="og:type" content="website">
<meta property="og:title" content="SipGator Open">
<meta property="og:description" content="Ein Tool für Sipgate-Anschlüsse">
<meta property="og:url" content="https://fumix.github.io/sipgator-open">
<link rel="icon" type="image/xml+svg" href="./favicon.svg">
<link rel="manifest" href="./app.webmanifest">
<title>Sipgator</title>
Expand Down Expand Up @@ -51,7 +64,7 @@
--on-primary-container:#2c1700;
--secondary:#725a42;
--on-secondary:#ffffff;
--secondary-container:#feddbe;
--secondary-container: #e6cdb4;
--on-secondary-container:#291805;
--tertiary:#57633b;
--on-tertiary:#ffffff;
Expand Down Expand Up @@ -84,5 +97,9 @@
}
</style>
<link href="./beercss/beer.min.css" rel="stylesheet">
</head>
<body>
<!--<script src="/node_modules/beercss/dist/cdn/beer.min.js"></script>-->
<sipgator-app></sipgator-app>
</body>
</html>
Binary file added web/src/assets/favicon-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions web/src/assets/favicon-banner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2951f96

Please sign in to comment.