summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wiki/wiki.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/wiki/wiki.html b/src/wiki/wiki.html
new file mode 100644
index 0000000..f7d6d94
--- /dev/null
+++ b/src/wiki/wiki.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel='stylesheet' type='text/css' href="../style.css">
+ <title>Wiki</title>
+</head>
+
+<body>
+ <a id="header-link" href="../home/index.html">Suleyman Farajli</a>
+
+ <hr class="separator">
+
+ <div class="menu">
+ <a class="menu_item" href="../home/index.html">Home/</a>
+ <a class="menu_item" href="../software/software.html">Software/</a>
+ <a class="menu_item" href="wiki.html">Wiki/</a>
+ <a class="menu_item right" href="https://git.farajli.xyz">Git</a>
+ </div>
+
+
+ <p>Empty for now...</p>
+
+ <p id="copyleft"><br>copyleft (c) 2024 theion</p>
+
+</body>
+</html>