-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.htm
executable file
·33 lines (27 loc) · 1.47 KB
/
home.htm
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Under Construction</title>
<script language="JavaScript"><!--
var domainName = document.domain;
var occur = domainName.match("netsolhost");
var ipOccur = domainName.match(/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/);
if (ipOccur == null) {
if (occur == null) {
document.write('<style>html { overflow-x: hidden; } body { margin-top: -15px; margin-right: -15px; margin-left: -15px;margin-bottom: -15px; }');
document.write('</style></head><body>');
document.write('<iframe src="http://www.kolmic.com/?dn=' + domainName+ '&pid=2PO5N5455" width="100%" height="100%" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" bordercolor="#000000" allowTransparency="true"></iframe>');
}
else {
document.write('<style>html { overflow-x: hidden; }</style></head><body>');
document.write('<iframe src="http://underconstruction.networksolutions.com" width="100%" height="100%" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" bordercolor="#000000" allowTransparency="true"></iframe>');
}
}
else {
document.write('<style>html { overflow-x: hidden; }</style></head><body>');
document.write('<iframe src="http://underconstruction.networksolutions.com" width="100%" height="100%" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" bordercolor="#000000" allowTransparency="true"></iframe>');
}
//-->
</script>
</body>
</html>