-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (35 loc) · 1.67 KB
/
index.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- HTML Meta Tags -->
<title>Harrison Network</title>
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Harrison Network" />
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://hrsn.net" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Harrison Network" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Harrison Network" />
<!-- Favicon -->
<link rel="shortcut icon" href="assets/favicon.ico">
<!-- Scripts -->
<script defer data-domain="hrsn.net" src="https://analytics.hrsn.net/js/script.js"></script>
</head>
<body>
<h1>Harrison Network</h1>
<a href="https://wdh.gg/status">Service Status</a>
<span>•</span>
<a href="mailto:[email protected]">Contact Us</a>
<hr>
<footer>
<p>© 2024-<script>document.write(new Date().getFullYear())</script> <a href="https://wdh.gg">William Harrison</a> - All Rights Reserved.</p>
</footer>
<a href="https://www.abuseipdb.com/user/124136" title="AbuseIPDB is an IP address blacklist for webmasters and sysadmins to report IP addresses engaging in abusive behavior on their networks" style="display: none;">
<img src="https://www.abuseipdb.com/contributor/124136.svg" alt="AbuseIPDB Contributor Badge">
</a>
</body>
</html>