Skip to content

Commit

Permalink
Placing index.html in correct position
Browse files Browse the repository at this point in the history
  • Loading branch information
DefinetlyNotAI committed Sep 17, 2024
1 parent ccd7009 commit 3380b91
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion WEB/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h3>Prerequisites</h3>
<h3>Step-by-Step Installation</h3>
<li> Learn the instalation Steps On my <a class="github" href="https://github.com/DefinetlyNotAI/Logicytics?tab=readme-ov-file#%EF%B8%8F-installation-and-setup-%EF%B8%8F">Github</a></li>

<a href="index.html" class="install-link">Back to Home</a>
<a href="../index.html" class="install-link">Back to Home</a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion WEB/wiki.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h2>Contact Us</h2>
</p>
</section>

<a href="index.html" class="install-link">Back to Home</a>
<a href="../index.html" class="install-link">Back to Home</a>
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion WEB/wiki1.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h2>Key Features</h2>
</ul>
</section>

<a href="index.html" class="install-link">Back to Home</a>
<a href="../index.html" class="install-link">Back to Home</a>
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion WEB/wiki2.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h2>Credits</h2>
<p>This ensures proper attribution and recognition for your efforts.</p>
</section>

<a href="index.html" class="install-link">Back to Home</a>
<a href="../index.html" class="install-link">Back to Home</a>
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion WEB/wiki3.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ <h3>Access Directory</h3>
<p>By thoroughly understanding and utilizing these sections and flags, users can maximize the efficiency and effectiveness of Logicytics.py, tailoring its capabilities to meet their specific needs and workflows.</p>
</section>

<a href="index.html" class="install-link">Back to Home</a>
<a href="../index.html" class="install-link">Back to Home</a>
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion WEB/wiki4.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h3>3. Debugger</h3>
<p>The debugger component is a powerful tool for analyzing the state of a program at various points in time. It checks for file integrity, updates, and file structure, ensuring that the codebase is consistent and up-to-date. Additionally, the debugger can analyse the operating system and other external factors that might affect the application's behaviour. Debuggers are essential for diagnosing subtle bugs that are difficult to reproduce consistently. You can run the debugger by using the <code style="color: black; font-weight: 800;">--debug</code> flag.</p>
</section>

<a href="index.html" class="install-link">Back to Home</a>
<a href="../index.html" class="install-link">Back to Home</a>
</div>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions WEB/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Logicytics - Forensic Analysis Tool</title>

<!-- Styles and Fonts -->
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="WEB/styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap" rel="stylesheet">
Expand All @@ -32,13 +32,13 @@ <h1 class="title">Logicytics</h1>
Crafted with Python 🐍, it's an actively developed project dedicated to gathering as much sensitive data as possible and packaging it neatly into a ZIP file 📦.
This comprehensive guide is here to equip you with everything you need to use Logicytics effectively.
</p>
<a href="install.html" class="install-link">
<a href="WEB/install.html" class="install-link">
<i class="fas fa-download"></i> Learn How to Install Logicytics
</a>
<a href="https://github.com/DefinetlyNotAI" target="_blank" class="github">
<i class="fab fa-github"></i> Check out my Github
</a>
<a href="wiki.html" class="wiki-button">Check My Wiki Out </a>
<a href="WEB/wiki.html" class="wiki-button">Check My Wiki Out </a>
</div>
</div>
</body>
Expand Down

0 comments on commit 3380b91

Please sign in to comment.