Skip to content

Commit

Permalink
Add Signal redirect link
Browse files Browse the repository at this point in the history
  • Loading branch information
tedgravlin committed Mar 4, 2024
1 parent 87c16a0 commit 7657df4
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions contact-links/signal.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">

<!-- Created by Ted Gravlin -->

<head>
<meta http-equiv="Refresh" content="0; url='https://signal.me/#eu/J4lXfNjLc3iEvphjV5Gn0AB-UKRXkF4g2ER4B5TciHpV9mVoPCxPqaQRAfDMtqx-'" />
<!-- Scale page to display width -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Page title and favicons -->
<title> Ted Gravlin </title>
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png">
<!-- Meta -->
<meta name="title" property="og:title" content="Add Ted Gravlin on Signal" />
<meta name="description" property="og:description"
content="Hi, I'm Ted Gravlin. Software developer with an interest in developing products that make people's lives easier and more fun." />
<meta name="keywords"
content="ted gravlin, gravlin, ted gravlin website, theodore gravlin, theodore gravlin website" />
<meta name="image" property="og:image" content="https://tedgravlin.tech/assets/images/ogimage.png" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tedgravlin.tech/" />
</head>

<body>
</body>

</html>

0 comments on commit 7657df4

Please sign in to comment.