blob: af24c2b2dae9772a09ce129ea284d70e2dfdd08a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>
|