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