mirror of
https://github.com/jwetzell/showbridge-www.git
synced 2026-09-12 14:49:24 +00:00
remove tracking stuff from site
This commit is contained in:
+8
-5
@@ -26,22 +26,25 @@
|
|||||||
<meta name="twitter:image" content="assets/images/icon512x512.png" />
|
<meta name="twitter:image" content="assets/images/icon512x512.png" />
|
||||||
|
|
||||||
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico" />
|
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico" />
|
||||||
<!-- <link href="assets/css/tailwind.css" rel="stylesheet" /> -->
|
|
||||||
<script defer src="assets/js/tracking.js"></script>
|
|
||||||
<link href="assets/css/tailwind.css" rel="stylesheet" />
|
<link href="assets/css/tailwind.css" rel="stylesheet" />
|
||||||
</head>
|
</head>
|
||||||
<body class="h-screen w-screen flex flex-col justify-center items-center">
|
<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" data-umami-event="logo-click"> </a>
|
<a class="w-40 h-40 bg-blue-400" href="https://github.com/jwetzell/showbridge"> </a>
|
||||||
<div class="text-5xl mb-2">showbridge</div>
|
<div class="text-5xl mb-2">showbridge</div>
|
||||||
<div class="flex justify-center w-full pt-2">
|
<div class="flex justify-center w-full pt-2">
|
||||||
<div class="mx-2">
|
<div class="mx-2">
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="inline-block rounded border border-blue-400 px-12 py-3 text-sm font-medium text-blue-600 hover:bg-blue-400 hover:text-white focus:outline-none focus:ring active:bg-blue-500 mx-4"
|
class="inline-block rounded border border-blue-400 px-12 py-3 text-sm font-medium text-blue-600 hover:bg-blue-400 hover:text-white focus:outline-none focus:ring active:bg-blue-500 mx-4"
|
||||||
href="https://github.com/jwetzell/showbridge-go/releases/latest"
|
href="https://github.com/jwetzell/showbridge-go/releases/latest">
|
||||||
data-umami-event="download-click">
|
|
||||||
Download
|
Download
|
||||||
</a>
|
</a>
|
||||||
|
<a
|
||||||
|
target="_blank"
|
||||||
|
class="inline-block rounded border border-blue-400 px-12 py-3 text-sm font-medium text-blue-600 hover:bg-blue-400 hover:text-white focus:outline-none focus:ring active:bg-blue-500 mx-4"
|
||||||
|
href="https://github.com/jwetzell/showbridge-go/releases/latest">
|
||||||
|
Docs
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user