diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-06-11 17:39:01 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-06-11 17:39:01 +0400 |
commit | 09763bbe2fe3a2f0aaf13bbae734f4dd4c147ed0 (patch) | |
tree | f4ea04a9aba489a247f40e6d670bcfd324679454 /src | |
parent | fc1c6ddffd0b4581bc22736791e07ab5cf967672 (diff) |
software page added
Diffstat (limited to 'src')
-rw-r--r-- | src/software/software.html | 26 |
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> |