-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpvend4.html
More file actions
63 lines (44 loc) · 1.23 KB
/
pvend4.html
File metadata and controls
63 lines (44 loc) · 1.23 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
54
55
56
57
58
59
60
61
62
63
<!doctype html>
<style>
@import url('scriptcss3.css');
</style>
<html>
<head>
<title>Vendor Partner</title>
</head>
<figure>
<img src="ewise.png">
</figure>
<u1 id="nav">
<a href="3dhome.html">Home</a>
<a href="assoc_tk.html"> Associate Toolbox</a>
<a href="phealth.html"> Partner Health</a>
<a href="ppayor.html"> Partner Payor</a>
<a href=""> Partner Vendor</a>
<a href="about.html"> About the Architecture</a>
<h1> </h1>
<section>
Login <input type=email>
Password <input type=search>
</section>
<h1>Vendor Partner Access</h1>
<body>
<section id="Login qualifier">
<p><label for="inp02">What data are you adding today?
<select name="work" id="inp02">
<option value="0">-- Please Select --</option>
<option value="1">Add devices</option>
<option value="2">Additional or edited device data</option>
<option value="3">Add device download script(s)</option>
</p>
</section>
<h2> </h2>
<input type="submit" onclick="location.href='pvend_err.html'; return false;" value="Submit"/>
<div>
<img src='arch.png'>
</div>
<h2> </h2>
<h2> </h2>
<footer>
© 2021 eWISE LLC
</footer>