https://www.cloudomega.net/

Submitted URL:
https://www.cloudomega.net/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 6 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetogglestring
documentPictureInPicturestring
onscrollendstring
$string
jQuerystring
jQuery111103971010421714065string

Console log messages · 3 found

Messages logged to the web console

TypeCategoryLog
errorsecurity
URL
https://www.cloudomega.net/
Text
The source list for the Content Security Policy directive 'img-src' contains an invalid source: 'viber:/'. It will be ignored.
errorsecurity
URL
https://www.cloudomega.net/
Text
The source list for the Content Security Policy directive 'style-src' contains an invalid source: 'viber:/'. It will be ignored.
errorsecurity
URL
https://www.cloudomega.net/
Text
The source list for the Content Security Policy directive 'script-src' contains an invalid source: 'viber:/'. It will be ignored.

HTML

The raw HTML body of the page

<html class="ui-mobile"><head><base href="https://www.cloudomega.net/">	 
		
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">   
     <title>  </title>      		 
		<meta http-equiv="Content-Security-Policy" content="default-src 'none' ; 
			img-src 'self' 'unsafe-inline' 
                    https://code.jquery.com/ 
					https://www.gstatic.com/
					google.charts/		
					data:
					viber:/					
                    ;
			
			style-src 'self' 'unsafe-inline' 
                    https://code.jquery.com/
					https://www.gstatic.com/
					google.charts/	
					viber:/					
					;
			
			script-src 'self' 'unsafe-inline' 
           			https://code.jquery.com/
					https://www.gstatic.com/
					google.charts/
					viber:/
                    ; 
			connect-src 'none' ;
			child-src 'none' ; 
			object-src 'none' ;">   
		
	 <meta http-equiv="Referrer-Policy" content="no-referrer, strict-origin-when-cross-origin">
     <meta name="mobile-web-app-capable" content="yes">	 	 
	 <meta name="apple-mobile-web-app-capable" content="yes">
	 <link rel="apple-touch-icon" sizes="128x128" href="icon-hires.png">
	 <!--<link rel="manifest" href="manifest.json"> -->
	 <meta name="viewport" content="width=device-width,initial-scale=1">
     <link rel="stylesheet" href="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css">
     <script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
     <script src="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>     	
	 <style>
	.ui-block-a, .ui-block-b, .ui-block-c {
		background-color: white;
		border: 1px solid gray;
		height: 150px;
		font-weight: bold;
		text-align: center;		
		padding: 3px;
	}	  
	.ui-page {
		background-color: #ffffff !important; 
		font-family: verdana;
		font-size: 14px;
	}		 
div.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease-in-out;
    height: auto;    
}	 
	 
       div.top_image {
       position: absolute;
       left: 6px; 
       top: 8px;
       border: solid 0px;
       }
       div.top_loginimage {
       position: absolute;
       right: 30px;
       top: 120px;
       border: solid 0px;
       }	
       div.top_loginimagehigh {
       position: absolute;
       right: 30px;
       top: 80px;
       border: solid 0px;
       }		   
       div.footer {
       position: absolute;
       bottom: 2px;
       width: 100%;
       border: solid 0px;
       }	 
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width="100%"
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container {
  padding: 2px 16px;
}	 
a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a:active {
  color: black;
  background-color: transparent;
  text-decoration: none;
} 
img.round {
  border-radius: 50%;
} 

.active { background-color: #fff}

.fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  border: 3px solid black;
}
      </style>
	 <script>
		  $(document).ready(function(){  		  
         // Toggle Checkbox for remember me function
		 $('#chck-rememberme').click(function() {
           if ($('#chck-rememberme').is(':checked')) {                		  
		     localStorage.setItem('txt-username', $('#txt-username').val());
			 localStorage.setItem('txt-psw', $('#txt-password').val());
			 localStorage.setItem('checkbox', 'true');
           } else
		   {
             localStorage.setItem('txt-username', '');			   
			 localStorage.setItem('txt-password', '');	
             localStorage.setItem('checkbox', 'false');			 
		   }	   
			   
         });
		 
		 // Set Local storage User Name & Checkbox (if is set)
		 
		 $('#txt-username').val(localStorage.getItem('txt-username'));		 
		 $('#txt-password').val(localStorage.getItem('txt-psw'));	
		 
		 if(localStorage.getItem('checkbox')=='true')
		 {		 
		   $('#chck-rememberme').prop('checked', true).checkboxradio('refresh');	  
		 }
		 
	
	  });   
	  </script>


   </head>

<body class="ui-mobile-viewport ui-overlay-a">
    
    <div data-role="page" data-url="/" tabindex="0" class="ui-page ui-page-theme-a ui-page-active" style="min-height: 600px;">

        <div data-role="header" class="header ui-header ui-bar-a" data-theme="a" role="banner">
            <h1 class="ui-title" role="heading" aria-level="1"><div class="top_image"></div>  </h1>    									
        </div><!-- /header -->
<br>
<br>
<br>
        <div role="main" class="ui-content">
          
		<form action="login.php" method="post" data-ajax="false">		
        <div class="top_loginimagehigh"><img src="/_images/web_logo64.png" height="100"></div> 	

<br><br><br><br><h3>CLOUD-OMEGA LOGIN</h3>Use your default link to login again.        
		</form></div><!-- /content -->
		
        <div data-role="footer" data-theme="c" class="footer ui-footer ui-bar-c" role="contentinfo">
            <h1 class="ui-title" role="heading" aria-level="1"><p></p></h1>
        </div><!-- /header -->
		
    </div><!-- /page -->


<div class="ui-loader ui-corner-all ui-body-a ui-loader-default"><span class="ui-icon-loading"></span><h1>loading</h1></div></body></html>