<!doctype html>
<html class="no-js" lang="">

<head>
  <title>Resource has moved | Redirect</title>

  <meta charset="utf-8">
  <meta http-equiv="x-ua-compatible" content="ie=edge">
  <meta name="description" content="OSHPD Application">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

  <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Source+Sans+Pro:300,400,600,700" rel="stylesheet">
  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
  <link rel="stylesheet" href="https://apps.oshpd.ca.gov/oshpd-template-bootstrap/style.css">

  <!-- BOOTSTRAPS -->

  <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
  <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>

</head>



<body>
  <!--[if lte IE 9]>
    <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
  <![endif]-->

  <script type="text/javascript" id="headerFile" src="https://apps.oshpd.ca.gov/oshpd-template-bootstrap/public-header-hcai.js"></script>
  <main id="main" class="main" role="main">
    <div class="sub-header">
      <div class="container">
        <div class="sub-header__top">
          <!--
          ************************
          < BACK LINK
          ************************
          -->
          <a href="javascript:window.history.back();" class="button-back" id="js-button-back" aria-hidden="true">
            <span class="button-back__icon">
              <img height="11" width="7" class="icon-arrow-chevron-left icon" aria-label="arrow-chevron-left" src="https://apps.oshpd.ca.gov/oshpd-template-bootstrap/img/icon-arrow-chevron-left.png"/>
            </span>
            Back
          </a>
        </div>
        <div class="sub-header__container">
          <div class="page-title">
            <!--
              ************************
              PAGE TITLE
              ************************
              -->

            <h1>Resource has moved</h1>
          </div>
        </div>
      </div>
    </div>
    <!--
************************
BEGIN MAIN APP AREA
************************
-->

<div class="container">

  <div class="page-standard__content">
 
        <p class="text-center"><strong>https://oshpd.ca.gov/rss/Boards/ALIC.xml</strong>
           has permanently moved to <strong><em><a href="https://hcai.ca.gov/rss/Boards/ALIC.xml">
            https://hcai.ca.gov/rss/Boards/ALIC.xml</a></em></strong></p>
        <p class="text-center">Please update your bookmarks. <br>You will be automatically redirected in <strong><span class="counter">_</span></strong> seconds.</p>

                <script type="text/javascript">
                        count = 5000/1000;
                        count_from = 5000/1000;;
                        function counter(){
                                $(".counter").html(count--);
                                if(count > 0){
                                        setTimeout(counter,1000);
                                }
                                else{
                                        path='https://hcai.ca.gov/rss/Boards/ALIC.xml';
                                        window.location.href=path;
                                }
                        }

                        $(document).ready(function(){
                                setTimeout(counter,1000);

                        });

                </script>
  </div>

</div>
<!--
************************
END MAIN APP AREA
************************
    -->
  </main>

  <script type="text/javascript" id="headerFile" src="https://apps.oshpd.ca.gov/oshpd-template-bootstrap/public-footer.js"></script>

</body>

</html>