diff options
Diffstat (limited to 'astro/index.html')
-rwxr-xr-x | astro/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/astro/index.html b/astro/index.html new file mode 100755 index 0000000..5843e19 --- /dev/null +++ b/astro/index.html @@ -0,0 +1,18 @@ +<!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>
|