<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="index.css"?>
<space>
  <earth>
    <moon></moon>
  </earth>
  <sun>
    <svg width="100%" height="100%"
      style="border-radius: 50%"
      xmlns="http://www.w3.org/2000/svg">
      <title>Visit NASA's Sun page!</title>
      <a href="https://science.nasa.gov/sun/">
        <circle cx="50%" cy="50%" r="50%" fill="transparent" />
      </a>
    </svg>
  </sun>
  <svg style="display: none" xmlns="http://www.w3.org/2000/svg">
    <script><![CDATA[
      console.log('This XML page can run JavaScript!');
      console.log('Source code repository:', 'https://github.com/johnnygerard/xml-website');
    ]]></script>
  </svg>
</space>
