-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmaph.html
19 lines (16 loc) · 985 Bytes
/
maph.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<HTML>
<HEAD>
<META http-equiv="x-ua-compatible">
<TITLE>
PSNetMon - Powershell Network Monitoring Utility - Designed by Brad Voris
</TITLE>
<LINK REL="stylesheet" TYPE="text/css" HREF="./css/theme.css">
</HEAD>
<BODY>
<IFRAME NAME="leftmenu" TITLE="left" SRC="menu.html" frameBorder=0 style="position:relative;;width:11%;height:100%;"></IFRAME>
<IFRAME NAME="rightalerts" TITLE="rightalerts" SRC="./gen/alerts.html" frameBorder=0 style="position:relative;float:right;width:44%;height:100%;"></IFRAME>
<IFRAME NAME="Top" TITLE="top" SRC="./gen/icmphosts.html" frameBorder=0 style="position:relative;float:right;width:15%;height:100%;"></IFRAME>
<IFRAME NAME="center" TITLE="center" SRC="./gen/porthosts.html" frameBorder=0 style="position:relative;float:right;width:15%;height:100%;"></IFRAME>
<IFRAME NAME="Bottom" TITLE="bottom" SRC="./gen/servicehosts.html" frameBorder=0 style="position:relative;float:right;width:15%;height:100%;"></IFRAME>
</BODY>
</HTML>