-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexcs.html
More file actions
69 lines (68 loc) · 1.52 KB
/
excs.html
File metadata and controls
69 lines (68 loc) · 1.52 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MY rgukt/Select Branch</title>
<link rel="stylesheet" href="final.css">
</head>
<body style="background-image:url('Images/phone_min.jpeg');">
<h2> SELECT YOUR SEMESTER</h2>
<img src='Images/cs.png' class="ee">
<nav class='lt'>
<a href='cssem1.html'>
<button class="b btn btn-10">SEM 1</button>
</a>
<a href='cssem2.html'>
<button class="b btn btn-10">SEM 2</button>
</a>
<a href='cssem3.html'>
<button class="b btn btn-10">SEM 3</button>
</a>
<a href='csc.html'>
<button class="b btn btn-10">SEM 4</button>
</a>
<p></p>
<a href='csc.html'>
<button class="b btn btn-10">SEM 5</button>
</a>
<a href='csc.html'>
<button class="b btn btn-10">SEM 6</button>
</a>
<a href='csc.html'>
<button class="b btn btn-10">SEM 7</button>
</a>
<a href='csc.html'>
<button class="b btn btn-10">SEM 8</button>
</a>
</nav>
<nav class='mobile'>
<a href='cssem1.html'>
<button class="b btn btn-10">SEM 1</button>
</a>
<a href='cssem2.html'>
<button class="b btn btn-10">SEM 2</button>
</a>
<p></p>
<a href='cssem3.html'>
<button class="b btn btn-10">SEM 3</button>
</a>
<a href='csc.html'>
<button class="b btn btn-10">SEM 4</button>
</a>
<p></p>
<a href='csc.html'>
<button class="b btn btn-10">SEM 5</button>
</a>
<a href='csc.html'>
<button class="b btn btn-10">SEM 6</button>
</a>
<p></p>
<a href='csc.html'>
<button class="b btn btn-10">SEM 7</button>
</a>
<a href='csc.html'>
<button class="b btn btn-10">SEM 8</button>
</a>
</nav>
</body>
</html>