forked from ishucr7/ISS_LAB_19_1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lab.html
37 lines (36 loc) · 935 Bytes
/
lab.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
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<style>
</style>
<script src="lab.js"></script>
</head>
<body>
<h1 align="center">Git Tutorial</h1>
<h4>TAs</h4>
<ul>
<li>Mohd Ali Rizwi</li>
<li>Mohit Kuri</li>
</ul>
</br>
<h3>Github Page</h3>
<input id="gH" stype="text" name="githubHandle" value="">
<button onclick="showGithubProfile()">Open Github Profile</button>
</br>
<h4>Students</h4>
<ol>
<li>
<ul>
<li>Name</li>
<li>Roll No</li>
</ul>
</li>
<li>
<ul>
<li>Naman Baheti</li>
<li>2018101099</li>
</ul>
</li>
</ol>
</body>
</html>