diff options
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> |