mirror of
https://github.com/jwetzell/showbridge-www.git
synced 2026-08-13 08:53:41 +00:00
add meta tags
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
+21
-1
@@ -3,12 +3,32 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<title>showbridge</title>
|
||||
<meta name="description" content="highly configurable protocol router" />
|
||||
|
||||
<!-- Google / Search Engine Tags -->
|
||||
<meta itemprop="name" content="showbridge" />
|
||||
<meta itemprop="description" content="highly configurable protocol router" />
|
||||
<meta itemprop="image" content="assets/images/icon512x512.png" />
|
||||
|
||||
<!-- Facebook Meta Tags -->
|
||||
<meta property="og:url" content="http://showbridge.io" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="showbridge" />
|
||||
<meta property="og:description" content="highly configurable protocol router" />
|
||||
<meta property="og:image" content="assets/images/icon512x512.png" />
|
||||
|
||||
<!-- Twitter Meta Tags -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="showbridge" />
|
||||
<meta name="twitter:description" content="highly configurable protocol router" />
|
||||
<meta name="twitter:image" content="assets/images/icon512x512.png" />
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico" />
|
||||
<link href="assets/css/tailwind.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body class="h-screen w-screen flex flex-col justify-center items-center">
|
||||
<a class="w-40 h-40 bg-blue-400" href="https://github.com/jwetzell/showbridge"> </a>
|
||||
<div class="flex"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user