From dc539fda0108dc724693fbdd7599bd86980f0de0 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <clyhtsuriva@gmail.com>
Date: Sun, 29 Mar 2020 19:53:38 +0200
Subject: some web changes

---
 www/html/index.html | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100755 www/html/index.html

(limited to 'www/html/index.html')

diff --git a/www/html/index.html b/www/html/index.html
new file mode 100755
index 0000000..27f4dda
--- /dev/null
+++ b/www/html/index.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+	<head>
+		<title>Just here to redirect you...</title>
+		<meta charset="UTF-8">
+		<meta http-equiv='refresh' content='0; URL=index.py'>
+	</head>
+	<body></body>
+</html>
-- 
cgit v1.2.3