HTML file showing up blank in Chrome, Firefox and Edge. Javascript error

I am trying to open the file below in Chrome (also tried Edge) when i right click and go to inspect, errors are showing up, saying ‘failed to load resource
`

<!--
Copyright : (C) 2014 Sagemcom - URD2

This software and source file is the property of Sagemcom
and may not be copied or used without prior written consent.
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" class="no-js">

<head>
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  <meta charset="utf-8" />
  <meta name="sagemcom" content="oui" />
  <meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0,user-scalable=no,user-scalable=0"
  />
  <meta http-equiv="content-language" content="en">
  <meta http-equiv="Cache-control" content="no-cache">
  <base href="" id="baseHref" />
  <script>
    var initialRegex = /(.*)/.*.html/i;
    var baseHref = initialRegex.exec(window.location.pathname);
    var usethis = window.location.pathname;
    if (baseHref) {
      usethis = baseHref[1] + '/';
    }
    document.getElementById("baseHref").href = usethis;
  </script>
  <style>
    meta.foundation-data-attribute-namespace {
      font-family: false;
    }
  </style>

  <link id="favicon" rel="shortcut icon" href="images/faviconNone.ico" />

  <link id="favicon196" rel="shortcut icon" href="images/faviconNone.ico" sizes="196x196">
  <link id="favicon32" rel="shortcut icon" href="images/faviconNone.ico" sizes="32x32">
  <link id="favicon16" rel="shortcut icon" href="images/faviconNone.ico" sizes="16x16">

  <link id="faviconApple" rel="apple-touch-icon" href="images/faviconNone.ico">
  <link id="faviconApple167" rel="apple-touch-icon" href="images/faviconNone.ico" sizes="167x167">
  <link id="faviconApple152" rel="apple-touch-icon" href="images/faviconNone.ico" sizes="152x152">
  <link id="faviconApple120" rel="apple-touch-icon" href="images/faviconNone.ico" sizes="120x120">
  <link id="faviconApple180" rel="apple-touch-icon" href="images/faviconNone.ico" sizes="180x180">
  <link id="faviconApple57" rel="apple-touch-icon" href="images/faviconNone.ico" sizes="57x57">
  <link id="faviconApple60" rel="apple-touch-icon" href="images/faviconNone.ico" sizes="60x60">
  <link id="faviconApple72" rel="apple-touch-icon" href="images/faviconNone.ico" sizes="72x72">
  <link id="faviconApple76" rel="apple-touch-icon" href="images/faviconNone.ico" sizes="76x76">
  <link id="faviconApple114" rel="apple-touch-icon" href="images/faviconNone.ico" sizes="114x114">

  <meta id="faviconMsapplication70x70" name="msapplication-square70x70logo" content="images/faviconNone.ico">
  <meta id="faviconMsapplication150x150" name="msapplication-square150x150logo" content="images/faviconNone.ico">
  <meta id="faviconMsapplication310x150" name="msapplication-wide310x150logo" content="images/faviconNone.ico">
  <meta id="faviconMsapplication310x310" name="msapplication-square310x310logo" content="images/faviconNone.ico">

  <title></title>

  <script>
    window.onerror = function (msg, url, line, col, error) {
      if (typeof SboxInterface !== 'undefined') {
        SboxInterface.RemoveLoader();
        setTimeout(function () {
          if (document.getElementById('main-ui-view').innerHTML.length === 0) {
            SboxInterface.processHTML('retry');
          }
        }, 1000);
      }
      return false;
    };
  </script>

  <script src="js/vendor.js?848ff9bd42608d63"></script>

  <script>
    // fix for old code in gui-core relying on $.browser
    if (typeof (jQuery) != 'undefined') {
      jQuery.browser = {};
      jQuery.browser.msie = false;
      jQuery.browser.version = 0;
      if (navigator.userAgent.match(/MSIE ([0-9]+)./)) {
        jQuery.browser.msie = true;
        jQuery.browser.version = RegExp.$1;
      } else if (!!navigator.userAgent.match(/Trident/7./)) {
        jQuery.browser.msie = true;
        jQuery.browser.version = 11;
      } else if (navigator.userAgent.match(/Edge/)) {
        jQuery.browser.edge = true;
      }
    } else {
      jQuery = {};
      jQuery.browser = {};
      jQuery.browser.msie = true;
      jQuery.browser.version = 8;
    }
    svg4everybody();
  </script>
  <script src="js/libs.js?404d8911c47e43e9"></script>

  <script src="js/jquery-utils.js?351a717dd13384fe"></script>
  <script src="js/gui-core.js?a574bc2c9423e43b"></script>
  <script src="js/gui-api.js?0414c147f2685b82"></script>
  <script src="js/gui-widgets.js?93496c3d82e7d544"></script>

  <script src="js/xmo.js?15af68ef5231e0d8"></script>

  
  
  

  <script src="js/scripts.js?48f9a4050a12c794"></script>

  <script src="js/config.js?730d6c365b253f80"></script>

  <link rel="stylesheet" href="styles/vendor.css">

  <link rel="stylesheet" href="styles/lib.css">

  

  

  

  <!--[if IE 8]>
    <link rel="stylesheet" href="../styles/foundation-ie8.css" />
    <![endif]-->

  <link rel="stylesheet" href="styles/main.css">
  <link rel="stylesheet" id="main-theme" href="" />



  <link rel="stylesheet" href="styles/dev.css">
</head>

<body ng-app="sboxApp" ng-class="isMainTemplate ? '' : 'bg-gradient'" class="bg-gradient-force">
  <div wait></div>
  <div id="main-ui-view" class="zoomViewport ng-hide" ui-view></div>
  <script type="text/javascript">
    //IE 11- / EDGE HACK
    //PROBLEM: when we reopen the session in IE and EDGE they do not process all the javascript and css correctly and shows the GUI broken
    //SOLUTION: the malformed page always have the logout button but it is hidden, we check it and if we are in IE or EDGE and redirect the user to the main page and reload the page
    setTimeout(function () {
      if ((jQuery.browser.msie || jQuery.browser.edge) && $('#btn-logout').length && !$('#btn-logout').is(':visible') && $('#head-container').is(':visible') && window.location.hash.indexOf('login') === -1) {
        window.location = '';
      }
    }, 500);
  </script>
  <noscript>
    <h2 class="noscript">
      Your modem interface can not be displayed correctly because either your browser does not support scripts or there is some browser add on blocking them, for the correct operation of the interface please check if your browser supports scripts , if the browser is blocking the execution of scripts or if one of the add ons installed in your browser is blocking this page to run scripts.
    </h2>
  </noscript>
</body>

</html>

Java is enabled and I have checked for browser updates and cleared cache and turned off extenstions. But nothing has worked

Help to see results rather than a blank screen

New contributor

Techscambaiter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

1

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật