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/index.html | |
parent | c7f4ddea1a9a7828dd1dc9b0602efb70eb54d99b (diff) | |
download | arfnet2-web-7e23dc83d1c8b29b575ebda3d9572aa8d2063bc3.tar.gz arfnet2-web-7e23dc83d1c8b29b575ebda3d9572aa8d2063bc3.zip |
Add memes to index, cosmetic fixes
Diffstat (limited to 'astro/index.html')
-rwxr-xr-x | astro/index.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/astro/index.html b/astro/index.html index 5843e19..1e06844 100755 --- a/astro/index.html +++ b/astro/index.html @@ -7,12 +7,11 @@ <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>
+ <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>
|