summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/software/software.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/software/software.html b/src/software/software.html
new file mode 100644
index 0000000..0970ab8
--- /dev/null
+++ b/src/software/software.html
@@ -0,0 +1,26 @@
+<!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>Software</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.html"><u>Software/</u></a>
+ <a class="menu_item" href="../wiki/wiki.html">Wiki/</a>
+ <a class="menu_item right" href="https://git.farajli.xyz">Git</a>
+ </div>
+
+ <p>Still working on it...</p>
+ <p id="copyleft"><br>copyleft (c) 2024 theion</p>
+
+</body>
+</html>