-
Notifications
You must be signed in to change notification settings - Fork 0
/
hitwidget.html
28 lines (24 loc) · 998 Bytes
/
hitwidget.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>TEG HC</title>
<meta name="viewport" content="width=device-width"/>
<meta name="robots" content="noindex,nofollow"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<link rel="apple-touch-icon" href="https://s3.topgolf.com/apple-touch-icon.png"/>
<link rel="icon" href="https://topgolf.com/favicon.ico"/>
<style>
html{height:100%;}body{background:#EEE;color:#111;margin:1em;}a,a:link,a:visited,a:hover,a:active{color:#060;}
@media(prefers-color-scheme:dark){
body{background:#111;color:#EEE;}a,a:link,a:visited,a:hover,a:active{color:#090;}
}
#thc{font-size:12px;font-size:clamp(12px,2vw,20px);}
</style>
</head>
<body>
<div id="thc" class="bsod" data-svc="TEG" data-fsc="1" data-upd="1" data-log="1"></div>
<script id="thcs" src="https://leaders.topgolfmedia.com/dist/hitcounter-widget.min.js?v=2024.5.1&s=TEG&r=github" async></script>
</body>
</html>