|
1 | 1 | <!doctype html>
|
2 | 2 | <html lang="en">
|
3 |
| - <main> |
4 | 3 | <head>
|
5 | 4 | <title>bitsUnxte</title>
|
6 | 5 | <link id="favicon" rel="icon" href="/images/BITS UNXTE.png" type="image/x-icon"/>
|
|
95 | 94 | <a href="bpharm.html">BPharm</a>
|
96 | 95 | </li>
|
97 | 96 |
|
98 |
| - <head> |
99 |
| - |
100 |
| - <title>bitsUnxte</title> |
101 |
| - <link |
102 |
| - id="favicon" |
103 |
| - rel="icon" |
104 |
| - href="/images/BITS UNXTE.png" |
105 |
| - type="image/x-icon" |
106 |
| - /> |
107 |
| - <meta charset="utf-8"> |
108 |
| - <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
109 |
| - |
110 |
| - <link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900" rel="stylesheet"> |
111 |
| - |
112 |
| - <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> |
113 |
| - <link rel="stylesheet" href="css/style.css"> |
114 |
| - <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> |
115 |
| - <link href="/css/mystyles.css" rel="stylesheet"> |
116 |
| - <!-- Global site tag (gtag.js) - Google Analytics --> |
117 |
| -<script async src="https://www.googletagmanager.com/gtag/js?id=G-1ZQ6F5KTZV"></script> |
118 |
| -<script> |
119 |
| - window.dataLayer = window.dataLayer || []; |
120 |
| - function gtag(){dataLayer.push(arguments);} |
121 |
| - gtag('js', new Date()); |
122 |
| - |
123 |
| - gtag('config', 'G-1ZQ6F5KTZV'); |
124 |
| -</script> |
125 |
| - |
126 |
| - </head> |
127 |
| - <body> |
128 |
| - |
129 |
| - |
130 |
| - |
131 |
| - <div class="wrapper d-flex align-items-stretch"> |
132 |
| - <nav id="sidebar"> |
133 |
| - <div class="custom-menu"> |
134 |
| - <button type="button" id="sidebarCollapse" class="btn btn-primary"> |
135 |
| - <i class="fa fa-bars"></i> |
136 |
| - <span class="sr-only">Toggle Menu</span> |
137 |
| - </button> |
138 |
| - </div> |
139 |
| - <div class="p-4 pt-5"> |
140 |
| - <h1><a href="index.html" class="logo">BITS UNXTE</a></h1> |
141 |
| - <ul class="list-unstyled components mb-5"> |
142 |
| - <li> |
143 |
| - <a href="index.html" aria-expanded="false">Home</a> |
144 |
| - </li> |
145 |
| - |
146 |
| - <li> |
147 |
| - <a href="#pageSubmenu" data-toggle="collapse" aria-expanded="false" class="dropdown-toggle">Branchwise Filter</a> |
148 |
| - <ul class="collapse list-unstyled" id="pageSubmenu"> |
149 |
| - <li> |
150 |
| - <a href="cs.html">BE Computer Science</a> |
151 |
| - </li> |
152 |
| - <li> |
153 |
| - <a href="ece.html">BE Electronics and Communication</a> |
154 |
| - </li> |
155 |
| - <li> |
156 |
| - <a href="eee.html">BE Electrical and Electronics</a> |
157 |
| - </li> |
158 |
| - <li> |
159 |
| - <a href="eni.html">BE Electronics and Instrumentation</a> |
160 |
| - </li> |
161 |
| - <li> |
162 |
| - <a href="mech.html">BE Mechanical</a> |
163 |
| - </li> |
164 |
| - <li> |
165 |
| - <a href="chem.html">BE Chemical</a> |
166 |
| - </li> |
167 |
| - <li> |
168 |
| - <a href="civ.html">BE Civil</a> |
169 |
| - </li> |
170 |
| - <li> |
171 |
| - <a href="manuf.html">BE Manufacturing</a> |
172 |
| - </li> |
173 |
| - <li> |
174 |
| - <a href="eco.html">Msc Economics</a> |
175 |
| - </li> |
176 |
| - <li> |
177 |
| - <a href="math.html">Msc Maths</a> |
178 |
| - </li> |
179 |
| - <li> |
180 |
| - <a href="phy.html">Msc Physics</a> |
181 |
| - </li> |
182 |
| - <li> |
183 |
| - <a href="biosci.html">Msc Biological Sciences</a> |
184 |
| - </li> |
185 |
| - <li> |
186 |
| - <a href="mscchem.html">Msc Chemistry</a> |
187 |
| - </li> |
188 |
| - <li> |
189 |
| - <a href="bpharm.html">BPharm</a> |
190 |
| - </li> |
191 |
| - |
192 |
| - </ul> |
193 |
| - </li> |
194 |
| - <li> |
195 |
| - <a href="https://docs.google.com/forms/d/e/1FAIpQLScO9I4xsXXZkwMeHu3BQnxIlyGdvXyMr3bItkdmP5pLTAZtNQ/viewform?usp=sf_link">Sign Up</a> |
196 |
| - </li> |
197 |
| - |
198 |
| - <li> |
199 |
| - <a href="chat.html">Chat Room</a> |
200 |
| - </li> |
201 |
| - <li> |
202 |
| - <a href="about.html">About Us</a> |
203 |
| - </li> |
204 |
| - </ul> |
205 |
| - |
206 |
| - </div> |
207 |
| - </nav> |
208 |
| - |
209 |
| - <!-- Page Content --> |
210 |
| - <div id="content" class="p-4 p-md-5 pt-5"> |
211 |
| - |
212 |
| - <div class="myheader"> |
213 |
| - <h1 class="mb-4">CHAT ROOM</h1> |
214 |
| - </div> |
215 |
| - <div class="chatroom"> |
216 |
| - <script id="cid0020000302530027141" data-cfasync="false" async src="//st.chatango.com/js/gz/emb.js" style="width: 100%;height: 100%;">{"handle":"bitsunxtechatroom","arch":"js","styles":{"a":"6749b9","b":100,"c":"000000","d":"000000","k":"6749b9","l":"6749b9","m":"6749b9","p":"11.5","q":"6749b9","r":100,"surl":0,"cnrs":"0.35"}}</script> |
217 |
| -<main> |
218 |
| - |
219 | 97 | </ul>
|
220 | 98 | </li>
|
221 | 99 | <li>
|
|
0 commit comments