blob: c1d349266018afe9b9d01c88163d147d2d93a312 (
plain) (
blame)
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
|
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="/style.css">
<title>ARFNET Astro</title>
<style>
.astrophoto {
margin-top: 20px;
width: 100%;
}
</style>
</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/">Back</a><br>
Theese were taken with an Olympus E-PL 7 held by hand on the ocular of a Celestron C11, at Cabezo de la Jara Observatory, Murcia.
<img class="astrophoto" src="/images/astro/moon0.gif">
<img class="astrophoto" src="/images/astro/moon1.gif">
<img class="astrophoto" src="/images/astro/moon2.gif">
<img class="astrophoto" src="/images/astro/moon3.gif">
<img class="astrophoto" src="/images/astro/moon4.gif">
</body>
</html>
|