aboutsummaryrefslogtreecommitdiff
path: root/astro/index.html
blob: 5843e197b29ee956cc2b027d043a855572b2c5f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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>