-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (39 loc) · 1.82 KB
/
Copy pathindex.html
File metadata and controls
45 lines (39 loc) · 1.82 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="preconnect" href="https://wspradar.streamlit.app">
<link rel="dns-prefetch" href="https://wspradar.streamlit.app">
<script type="text/javascript">
const destination = new URL("https://wspradar.streamlit.app/");
destination.search = window.location.search;
destination.hash = window.location.hash;
window.location.replace(destination.toString());
</script>
<title>WSPRadar | Audit Dashboard</title>
<link rel="canonical" href="https://wspradar.org/">
<meta name="theme-color" content="#050a15">
<meta property="og:title" content="WSPRadar | Antenna Benchmarking" />
<meta property="og:description" content="HAM RADIO STATION & ANTENNA BENCHMARKING" />
<meta property="og:image" content="https://raw.githubusercontent.com/markusthemaker/WSPRadar/main/img/WSPRadar-2x1.png" />
<meta property="og:url" content="https://wspradar.org/" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="WSPRadar" />
<meta name="twitter:description" content="HAM RADIO STATION & ANTENNA BENCHMARKING" />
<meta name="twitter:image" content="https://raw.githubusercontent.com/markusthemaker/WSPRadar/main/img/WSPRadar-2x1.png" />
<style>
body {
background-color: #050a15;
color: #39ff14;
font-family: 'Space Mono', monospace, sans-serif;
text-align: center;
padding-top: 20vh;
}
a { color: #39ff14; text-decoration: none; border-bottom: 1px solid #39ff14; }
</style>
</head>
<body>
<p>Loading WSPRadar... <a href="https://wspradar.streamlit.app">Click here if not redirected</a></p>
</body>
</html>