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/index.html | |
parent | 9b23b515e13283394dff5e06c72623bf95d53c39 (diff) | |
download | arfnet2-web-b2300a86095d433f1b7462cdd94f5ecdbe0c6327.tar.gz arfnet2-web-b2300a86095d433f1b7462cdd94f5ecdbe0c6327.zip |
Project pagem arfvcr
Diffstat (limited to 'astro/index.html')
-rw-r--r-- | astro/index.html | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/astro/index.html b/astro/index.html index 1e06844..ea39762 100644 --- a/astro/index.html +++ b/astro/index.html @@ -1,17 +1,17 @@ -<!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>
+<!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> |