-
Notifications
You must be signed in to change notification settings - Fork 1
/
switch.htm
81 lines (48 loc) · 1.86 KB
/
switch.htm
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
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<title>Cyborg- Room Automation</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
</head>
<body style="background-color:gray">
<div class="row">
<div class="container-fluid">
<nav class="navbar" style="background-color:black">
<div class="container-fluid">
<div class="nav navbar-nav navbar-left">
<h1 style="color:white"><b>CYBORG</b></h1>
</div>
<ul class="nav navbar-nav navbar-right">
</ul>
</div>
</nav>
</div>
</div>
<br>
<br><br><br><br><br><br><br><br>
<center>
<button class="btn btn-default">
<h2>Click Here</h2>
</button>
</center>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<footer id="fh5co-footer" role="contentinfo" style="padding-bottom:0px;">
<div class="container-fluid" style="background-color:black">
<div class="col-md-3 col-md-push-1 col-sm-3 col-sm-push-0 col-xs-12 col-xs-push-0">
<h3 style="color:white">FOLLOW US</h3>
<ul class="fh5co-social">
<li><a href="https://www.facebook.com/cyborg.nitr/?ref=aymt_homepage_panel" target="_blank"><img src="http://sundevilgymnastics.com/wp-content/uploads/2016/11/FB-Icon.png" height="40px" width="40px"></a></li>
<li><a href="https://www.youtube.com/user/Cyborgnitr/videos" target="_blank"><i class="icon-youtube"></i></a></li>
</ul>
</div>
<div class="col-md-12 fh5co-copyright text-center">
<p style="color:white">Copyright © Cyborg NITR<br>National Institute Of Technolgy Rourkela</p>
</div>
</div>
</footer> </div>
</body>
</html>