Skip to content

Commit

Permalink
Meta tag update
Browse files Browse the repository at this point in the history
- Testing OG meta tags to see how embeds work
  • Loading branch information
Mangoshi committed Apr 30, 2023
1 parent b2e6ae4 commit 04e2e62
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@
<head>
<meta charset="UTF-8"/>
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="Web-based subtractive synthesizer!">
<meta name="keywords" content="Synthesizer, Synthesizers, Audio Synthesis, Music, Web Audio API, Tone.js">
<meta name="author" content="Seán Óg Durack Monks">
<meta property="og:title" content="Test Title" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ms24.vercel.app/" />
<meta property="og:image" content="https://placehold.co/600x400/EEE/31343C" />
<meta property="og:description" content="Test Description" />
<meta name="theme-color" content="#FF0000">
<!--Favicon-->
<link rel="icon" type="image/x-icon" href="/img/favicon.ico">
<!--Styles-->
Expand Down

1 comment on commit 04e2e62

@vercel
Copy link

@vercel vercel bot commented on 04e2e62 Apr 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ms24 – ./

ms24.vercel.app
ms24-iadt.vercel.app
ms24-git-master-iadt.vercel.app

Please sign in to comment.