diff options
| author | arf20 <aruizfernandez05@gmail.com> | 2024-02-20 19:11:04 +0100 | 
|---|---|---|
| committer | arf20 <aruizfernandez05@gmail.com> | 2024-02-20 19:11:04 +0100 | 
| commit | 7e23dc83d1c8b29b575ebda3d9572aa8d2063bc3 (patch) | |
| tree | 2783224e4fc67af5852b5b4fd2ae6b740dc01c09 /astro/general.html | |
| parent | c7f4ddea1a9a7828dd1dc9b0602efb70eb54d99b (diff) | |
| download | arfnet2-web-7e23dc83d1c8b29b575ebda3d9572aa8d2063bc3.tar.gz arfnet2-web-7e23dc83d1c8b29b575ebda3d9572aa8d2063bc3.zip  | |
Add memes to index, cosmetic fixes
Diffstat (limited to 'astro/general.html')
| -rwxr-xr-x | astro/general.html | 19 | 
1 files changed, 9 insertions, 10 deletions
diff --git a/astro/general.html b/astro/general.html index 5708c80..c0c1f6d 100755 --- a/astro/general.html +++ b/astro/general.html @@ -13,25 +13,24 @@      <body>
          <header><a href="/">
 -                <img src="/arfnet_logo.png" width="64">
 -                <span class="title"><strong>ARFNET</strong></span>
 +                <img src="/arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
          </a></header>
          <hr>
          <h2>Astrophotography section</h2>
          <h3>Wide field category</h3>
          <a class="sec" href="/astro/">Back</a>
 -	    <img class="astrophoto" src="/images/astro/sky0.gif"><span>Jupiter, Saturn and the Milky Way
 -		    <a href="">astrometry</a></span>
 +        <img class="astrophoto" src="/images/astro/sky0.gif"><span>Jupiter, Saturn and the Milky Way
 +            <a href="">astrometry</a></span>
          <img class="astrophoto" src="/images/astro/sky1.gif"><span>The summer triangle
 -		    <a href="https://nova.astrometry.net/user_images/7966506#annotated">astrometry</a></span>
 +            <a href="https://nova.astrometry.net/user_images/7966506#annotated">astrometry</a></span>
          <img class="astrophoto" src="/images/astro/sky2.gif"><span>NEOWISE comet in the sky</span>
          <img class="astrophoto" src="/images/astro/m42.gif"><span>M42</span>
 -	    <img class="astrophoto" src="/images/astro/andromeda.gif"><span>Andromeda</span>
 +        <img class="astrophoto" src="/images/astro/andromeda.gif"><span>Andromeda</span>
          <img class="astrophoto" src="/images/astro/sky3.gif"><span>More milky way I guess, now with 77D
 -		    <a href="https://nova.astrometry.net/user_images/7966497#annotated">astrometry</a></span>
 +            <a href="https://nova.astrometry.net/user_images/7966497#annotated">astrometry</a></span>
          <img class="astrophoto" src="/images/astro/sky4.gif"><span>Milky way, 20 shot stack
 -		    <a href="https://nova.astrometry.net/user_images/8447987#annotated">astrometry</a></span>
 -	    <img class="astrophoto" src="/images/astro/sky5.gif"><span>Milky way, summer triangle, 200 shot stack
 -		    <a href="https://nova.astrometry.net/user_images/8447879#annotated">astrometry</a></span>
 +            <a href="https://nova.astrometry.net/user_images/8447987#annotated">astrometry</a></span>
 +        <img class="astrophoto" src="/images/astro/sky5.gif"><span>Milky way, summer triangle, 200 shot stack
 +            <a href="https://nova.astrometry.net/user_images/8447879#annotated">astrometry</a></span>
      </body>
  </html>
  | 
