Skip to content

Commit

Permalink
embeds owo
Browse files Browse the repository at this point in the history
  • Loading branch information
resucutie committed Jan 14, 2024
1 parent 339e9a8 commit 813969e
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,21 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="icons/icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<meta property="og:title" content="Beyond Software" />
<meta property="description" content="A collective list of reliable and trustworthy software and resources for a better user expierence. Not influenced by sponsors, advertisements or finnancial gain." />
<meta property="og:description" content="A collective list of reliable and trustworthy software and resources for a better user expierence. Not influenced by sponsors, advertisements or finnancial gain." />
<meta property="og:image" content="https://beyondsoftware.info/icons/icon.svg"/>
<meta property="og:image:type" content="image/svg+xml"/>
<meta property="og:image:width" content="300"/>
<meta property="og:image:height" content="300"/>
<meta property="og:url" content="https://beyondsoftware.info/">
<meta property="og:site_name" content="Beyond Software">
<meta name="theme-color" content="#ff8800" />

<link rel="icon" type="image/svg+xml" href="icons/icon.svg" />
<title>Beyond Software</title>
</head>
<body>
Expand Down

0 comments on commit 813969e

Please sign in to comment.