blob: 1e0684487d0cbcfba3e6f65743c2f30e06f1bffd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="/style.css">
<title>ARFNET Astro</title>
</head>
<body>
<header><a href="/">
<img src="/arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
</a></header>
<hr>
<h2>Astrophotography section</h2>
<a class="fst" href="/astro/general.html">General</a><br>
<a class="fst" href="/astro/moon.html">Moon</a><br>
</body>
</html>
|