add style file, add index for nautical info

This commit is contained in:
YargoA2 2017-07-24 23:23:27 +02:00
parent 8acb388848
commit 28ad449b23
5 changed files with 31 additions and 2 deletions

13
hb9kns.css Normal file
View File

@ -0,0 +1,13 @@
/* HB9KNS style file */
/* 2017-Jul YCB */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #cccccc;
color: #222222;
}
a {
text-decoration: underline;
color: #223344;
}

View File

@ -57,5 +57,5 @@ also have a look at my <a href="http://yargo.andropov.org" title="SDF/Freeshell
<hr />
<p><em>(2017-Aug, HB9KNS/Y.Bonetti)</em></p>
<p><em>(2017-Jul, HB9KNS)</em></p>
</body></html>

View File

@ -48,7 +48,7 @@ This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 Inter
---
_(2017-Aug, HB9KNS/Y.Bonetti)_
_(2017-Jul, HB9KNS)_
[sdf]: http://yargo.andropov.org "SDF/Freeshell homepage"
[Github]: https://github.com/hb9kns "Github account"

12
nautical/index.html Normal file
View File

@ -0,0 +1,12 @@
<html><head><title>
nautical/maritime infos and links
</title>
<link rel="stylesheet" type="text/css" href="../hb9kns.css" /></head>
<body>
<h1>nautical/maritime infos and links</h1>
<ul>
<li><a href="vhfchans.html">VHF maritime radio channels</a></li>
<li><a href="germanvhf.html">German maritime services</a></li>
</ul>
</body></html>

4
nautical/index.md Normal file
View File

@ -0,0 +1,4 @@
# nautical/maritime infos and links
- [VHF maritime radio channels]( vhfchans.html )
- [German maritime services]( germanvhf.html )