diff options
author | arf20 <aruizfernandez05@gmail.com> | 2023-10-28 10:58:23 +0200 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2023-10-28 10:58:23 +0200 |
commit | 53df97269e221374c3696c340d549f45c15c9e77 (patch) | |
tree | 9cade148117703206c0efbb97ea75820f4233f18 /astro | |
parent | 14ac9526572979cbb2c878ab8f5a9fb5df2c52b0 (diff) | |
download | arfnet2-web-53df97269e221374c3696c340d549f45c15c9e77.tar.gz arfnet2-web-53df97269e221374c3696c340d549f45c15c9e77.zip |
Finally some advance
Diffstat (limited to 'astro')
-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>
|