diff options
author | arf20 <aruizfernandez05@gmail.com> | 2025-02-09 01:40:35 +0100 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2025-02-09 01:40:35 +0100 |
commit | b2300a86095d433f1b7462cdd94f5ecdbe0c6327 (patch) | |
tree | 8993acdbfbef1d155261b033b88e9a5b42524f6b /astro/moon.html | |
parent | 9b23b515e13283394dff5e06c72623bf95d53c39 (diff) | |
download | arfnet2-web-b2300a86095d433f1b7462cdd94f5ecdbe0c6327.tar.gz arfnet2-web-b2300a86095d433f1b7462cdd94f5ecdbe0c6327.zip |
Project pagem arfvcr
Diffstat (limited to 'astro/moon.html')
-rw-r--r-- | astro/moon.html | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/astro/moon.html b/astro/moon.html index c1d3492..8f4dcf7 100644 --- a/astro/moon.html +++ b/astro/moon.html @@ -1,28 +1,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>
+<!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> |