-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
30 lines (27 loc) · 972 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Theja Bhamidipati - Portfolio</title>
<link href="style.css" rel="stylesheet" />
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<div id="wrapper">
<div class="fixedHeader">
Type a command and press enter or type
<span class="info u">help</span> to know more
<br> Github API remaining requests:
<span id="remainingRequests">60</span>, Resets at
<span id="resetTime"></span>
<br>
</div>
<div id="container">
<!-- Dynamic content goes here-->
</div>
</div>
<script type="text/javascript" src="script.js"></script>
</body>
</html>