Skip to content

Commit

Permalink
update seo
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Nov 17, 2024
1 parent 06042ef commit 15d9020
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
<html lang="en">
<head>

<!-- Developed by Liam Cottle <[email protected]> -->

<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>MeshTXT</title>
<meta name="title" content="MeshTXT">
<meta name="description" content="A simple, mobile friendly, web based Meshtastic client.">
<link rel="icon" type="image/png" href="assets/icon.png"/>

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://meshtxt.liamcottle.net">
<meta property="og:title" content="MeshTXT">
<meta property="og:description" content="A simple, mobile friendly, web based Meshtastic client.">

</head>
<body>
<div id="app" class="bg-gray-100"></div>
Expand Down

0 comments on commit 15d9020

Please sign in to comment.