Removed extra <link> and <script> tags

This commit is contained in:
2025-10-23 00:57:40 +01:00
parent 187ac702bf
commit 0ce0b2b842

View File

@@ -17,9 +17,6 @@ if (empty($_SESSION['is_admin'])) {
<input id="shellInput" class="shell-input" type="text" placeholder="Enter command..." autocomplete="off" /> <input id="shellInput" class="shell-input" type="text" placeholder="Enter command..." autocomplete="off" />
<button id="runBtn" class="btn-run" type="submit">Run</button> <button id="runBtn" class="btn-run" type="submit">Run</button>
</form> </form>
<script src="js/shell.js" defer></script>
<link rel="stylesheet" href="css/shell.css">
</section> </section>
<link rel="stylesheet" href="css/shell.css"> <link rel="stylesheet" href="css/shell.css">