-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.php
More file actions
53 lines (49 loc) · 1.89 KB
/
index.php
File metadata and controls
53 lines (49 loc) · 1.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="keywords" content="jQuery Gauge, Gauge, Linear Gauge, Vertical Gauge, Horizontal Gauge" />
<title id='Description'>Power System HMI</title>
<link rel="stylesheet" href="/assets/jqwidgets/styles/jqx.base.css" type="text/css" />
<link href='assets/css/bootstrap.min.css' rel='stylesheet' type='text/css'>
<link href='assets/css/bootstrap-responsive.min.css' rel='stylesheet' type='text/css'>
<script src='assets/js/bootstrap.min.js' type='text/javascript'></script>
<style type="text/css">
.demo-options
{
list-style: none;
padding: 0px;
margin: 10px;
}
.demo-options li
{
padding: 3px;
font-family: Verdana;
font-size: 12px;
}
td{
background-color: white;
}
</style>
</head>
<body class='default' style="background-image: url('back.jpg'); background-size: 100% auto">
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Power Grid Control Center</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="/grid1.php">Grid 1</a></li>
<li><a href="/grid2.php">Grid 2</a></li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container-fluid -->
</nav>
</body>
</html>