-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (25 loc) · 1.1 KB
/
Copy pathindex.html
File metadata and controls
35 lines (25 loc) · 1.1 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
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>Batteries supervision</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div style="float: left; margin-top: 40px; margin-left:40px"><IMG SRC="logo_ensa.png" ALT="image"></div>
<div class="login-page">
<div class="form" >
<form class="login-form" action="run.php" method="post">
<input type="text" placeholder="IP Address" name="ip"/>
<input type="text" placeholder="OID" name="oid"/>
<button type="submit">Generate graph!</button>
</form>
</div>
<div id="customize" class="outer_customize">
<h2><a onclick="opend()" href="javascript:void(0);"><span id="icodir" class="dispview up"></span><span id="label"></span></a></h2>
<h2> Made by Abdellah Sabry 2017 | Contact me at <a href="https://www.linkedin.com/in/abdellah-sabry-4a1227a1/">LinkedIn</a> or <a href="https://www.facebook.com/abdellah.sabry">Facebook</a></h1>
</div>
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="js/index.js"></script>
</body>
</html>