-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathamateur-radio-coin.html
75 lines (72 loc) · 3.22 KB
/
amateur-radio-coin.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Amateur Radio Coin - An amateur radio (ham radio) meme coin/virtual currency, with the purpose of allowing amateur radio operators to have a common currency for any number of purposes.">
<meta name="author" content="FT8SSB">
<title>Amateur Radio Coin</title>
<style>
body {
background-image: url('./amateur-radio-wallpaper.jpg');
}
</style>
<link rel="canonical" href="https://getbootstrap.com/docs/5.1/examples/starter-template/">
<!-- Bootstrap core CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
<link href="starter-template.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6T3WRRVQ9Z"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-6T3WRRVQ9Z');
</script>
</head>
<body>
<div class="col-lg-8 mx-auto p-3 py-md-5">
<header class="align-items-center pb-3 mb-5">
<div class="text-center">
<IMG SRC="./amateur-radio-coin.jpg" class="img-fluid" width="33%" alt="Amateur Radio Coin">
</div>
</header>
<main>
<div class="text-center">
<H3 style="color:White;">Amateur Radio Coin</H3>
<p style="color:White;">An amateur radio (ham radio) meme coin/virtual currency, with the purpose of allowing amateur radio operators to have a common currency for any number of purposes.</p>
</div>
</main>
<footer class="pt-5 my-5 text-muted border-top">
<p>Created by FT8SSB · © 2025</p>
<p><A HREF="https://t.me/AmateurRadioCoin">Telegram @AmateurRadioCoin</A>
<p><a href="https://ko-fi.com/J3J7UOXY0" target="_blank"><img height="36" style="border:0px;height:36px;" src="https://storage.ko-fi.com/cdn/kofi2.png?v=3" border="0" alt="Buy Me a Coffee at ko-fi.com" /></a>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<script>
document.addEventListener("keyup", function(event) {
if (event.keyCode === 13) {
search(false);
}
});
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7109249808946513"
crossorigin="anonymous"></script>
</body>
</html>