band-plan-web/index.html

38 lines
1.3 KiB
HTML

<!-- SPDX-License-Identifier: Beerware -->
<!-- Wolfgang Kroener wrote this file. As long as you retain this notice -->
<!-- you can do whatever you want with this stuff. If we meet some day, -->
<!-- and you think this stuff is worth it, you can buy me a beer in return -->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>band plans</title>
<style>
h1 {
font-family: sans-serif;
}
li {
list-style-type: none;
padding-bottom: 0.5em;
}
</style>
</head>
<body>
<h1>Band plans</h1>
<div>
<ul>
<li><a href="band-plan.html?base=band-plan-iaru_r1_hf.yml&amp;regulation=regulations-de.yml">IARU R1 HF and MF amateur bands with german regulations</a></li>
<li><a href="band-plan.html?base=band-plan-de_vhf_uhf.yml&amp;regulation=regulations-de.yml">German VHF and UHF amateur bands with german regulations</a></li>
<li><a href="band-plan.html?base=band-plan-de_pmr_channels_analog_dmr_t1.yml&amp;regulation=&amp;css=">German PMR446 bands for analog and DMR Tier 1</a></li>
<li><a href="band-plan.html?base=band-plan-de_pmr_channels_analog_dpmr.yml&amp;regulation=&amp;css=">German PMR446 bands for dPMR</a></li>
</ul>
</div>
<div>
See <a href="https://src.dm5wk.de/dm5wk/band-plan-web/">https://src.dm5wk.de/dm5wk/band-plan-web/</a> for information, how this is generated.
</div>
</body>
</html>