forked from pmccomas/Novus-Usage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.html
25 lines (25 loc) · 862 Bytes
/
settings.html
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
<!--//
////////////////////////////////////////////////////////////////////////////////
//
//
////////////////////////////////////////////////////////////////////////////////
//-->
<html>
<head>
<title>All CPU Meter Settings</title>
<style type="text/css">body{width:310;height:200;}</style>
<script type="text/javascript" language="javascript" src="settings.js"></script>
<link rel="stylesheet" href="settings.css">
</head>
<body onload="onLoad()" onunload="onUnload()">
<span>
<b>User Name:</b><br/>
<input type="text" id="userName"> </br>
<b>User Password:</b><br/>
<input type="password" id="userPassword"> </br>
<p>Novus Usage V 1.0 By <a href="mailto:pmccomas@gmail.com">Paul McComas</a></p>
<a href="https://internet.mynovus.ca/usagemanagement.php">Novus Management webpage</a>
<br><br><br>
</span>
</body>
</html>