Include initial web router

This commit is contained in:
Kleissner
2022-09-24 16:56:20 +02:00
parent c862532b2d
commit f8f2d2cbfb
8 changed files with 143 additions and 17 deletions

12
html/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Peernet Web Gateway</title>
</head>
<body>
<p>This is a web gateway to access Peernet files on the legacy web. Why don't you try the native <a href="https://peernet.org/">Peernet Browser</a>?</p>
</body>
</html>