oglimmer/podcast-human-syncer

View on GitHub
routes/index.html

Summary

Maintainability
Test Coverage
<:Head>
  <title>Podcast-human-syncer</title>
</:Head>

<Layout page='home'>

  Choose a room name:

  <a href="rooms/serienrepublik.html">serienrepublik</a>

</Layout>

<script>
import Layout from './_components/Layout.html'

export default {
  components: {
    Layout
  }
}
</script>