Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmdmhd6 committed Jun 18, 2021
1 parent b2ba949 commit 0771b04
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<link rel="stylesheet" href="./style.css">
<link href="https://fonts.googleapis.com/css2?family=Cabin&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@600&display=swap" rel="stylesheet"></head>
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<body onload="startTime()">

<div class="navbar">
Expand Down Expand Up @@ -101,6 +103,11 @@ <h2>Documents</h2>
<textarea name="terminal" id="commands" placeholder="Last Login : Wed 22 May 23:43:02 on console"></textarea>
</div>
<script src="./script.js"></script>
<script>
$(function () {
$(".terminal").draggable();
});
</script>
</div>
<!--navbar bottom end-->
</body>
Expand Down

0 comments on commit 0771b04

Please sign in to comment.