diff options
author | arf20 <aruizfernandez05@gmail.com> | 2023-09-06 21:56:26 +0200 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2023-09-06 21:56:26 +0200 |
commit | f3b319c556ff068f556e1c276876311b4edacaf2 (patch) | |
tree | 647685227acb2445e5cc76c49d44822ab8b76d7e | |
download | arfnet2-web-f3b319c556ff068f556e1c276876311b4edacaf2.tar.gz arfnet2-web-f3b319c556ff068f556e1c276876311b4edacaf2.zip |
Initial commit
-rw-r--r-- | index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..af24c2b --- /dev/null +++ b/index.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html> + <head> + <title>ARFNET</title> + <meta charset="UTF-8" /> + <meta content="ARFNET" property="og:site_name" /> + <meta content="website" property="og:type" /> + <meta content="https://arf20.com/" property="og:url" /> + <meta content="ARFNET Home" property="og:title" /> + <meta content="The arf network, the only updated site backwards compatible with the original Web." property="og:description" /> + <meta content="http://arf20.com/arfnet_logo.png" property="og:image" /> + <link rel="shortcut icon" href="/favicon.ico" /> + </head> + <body> + <header> + <img src="arfnet_logo.png" width="64"> + <span class="title"><strong>ARFNET Home</strong></span> + </header> + </body> +</html>
\ No newline at end of file |