-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
06042ef
commit 15d9020
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|