<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>CRPC Audio Livestream</title>
    <link rel="stylesheet" type="text/css" href="style.css" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
  </head>
  <body>
    <h2 id="header">Covenant Reformed Presbyterian Church Audio Livestream</h2>
    <div id="menu">
      <ul>
        <li>
          <a href="landing.xsl">Home</a>
        </li>
        <li>
          <a href="status.xsl">Server Status</a>
        </li>
      </ul>
    </div>
    <div class="roundbox">
      <h3>Stream Information</h3>
      <p>The link to our audio-only livestream can be found <a href="https://audio.crpchalifax.ca/live.mp3" target="_blank" rel="noopener noreferrer">here</a>. <i>(If it returns '404 - The file you requested could not be found' it means that there is not a livestream in progress).</i></p>
      <audio controls="controls" preload="none">
        <source src="https://audio.crpchalifax.ca/live.mp3" type="audio/mpeg"></source>
      </audio>
    </div>
    <div id="footer">
		Covenant Reformed Presbyterian Church: <a href="https://crpchalifax.ca/" target="_blank" rel="noopener noreferrer">crpchalifax.ca</a></div>
  </body>
</html>
