Removed extra <link> and <script> tags
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user