mirror of
https://github.com/jwetzell/showbridge-www.git
synced 2026-08-20 12:29:04 +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" />
|
||||
|
||||
<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" />
|
||||
</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" 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="flex justify-center w-full pt-2">
|
||||
<div class="mx-2">
|
||||
<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"
|
||||
data-umami-event="download-click">
|
||||
href="https://github.com/jwetzell/showbridge-go/releases/latest">
|
||||
Download
|
||||
</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>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user